Files
ruff/parser/src
Martin Fischer 4f1e7c6291 Fix docs.rs build for rustpython-parser
docs.rs failed to build the documentation of the recently released
rustpython-parser 0.2.0 because the build.rs script couldn't write the
parser.rs file because docs.rs builds the documentation in a sandbox
with a read-only filesystem.

This commit fixes this by writing the parser.rs file to the cargo output
directory instead, as recommended by the docs.rs documentation.[1]

Fixes #4436.

[1]: https://docs.rs/about/builds#read-only-directories
2023-01-11 09:58:10 +01:00
..
2022-10-17 15:20:33 -04:00
2023-01-09 19:57:23 +09:00
2023-01-06 23:29:20 +09:00
2023-01-01 21:36:07 +02:00
2022-08-23 05:08:24 +09:00
2023-01-06 23:29:20 +09:00
2023-01-01 17:43:25 +09:00
2023-01-06 23:29:20 +09:00