forked from Rust-related/RustPython
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
22 lines
267 B
Plaintext
22 lines
267 B
Plaintext
/target
|
|
/*/target
|
|
**/*.rs.bk
|
|
**/*.bytecode
|
|
__pycache__
|
|
**/*.pytest_cache
|
|
.*sw*
|
|
.repl_history.txt
|
|
.vscode
|
|
wasm-pack.log
|
|
.idea/
|
|
|
|
flame-graph.html
|
|
flame.txt
|
|
flamescope.json
|
|
/wapm.lock
|
|
/wapm_packages
|
|
/.cargo/config
|
|
|
|
extra_tests/snippets/resources
|
|
extra_tests/not_impl.py
|