mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 02:12:22 +00:00
[red-knot] Add a build.rs file to red_knot_python_semantic
, and document pitfalls of using rstest
in combination with mdtest
(#13747)
This commit is contained in:
parent
93097f1c53
commit
6048f331d9
2 changed files with 16 additions and 0 deletions
4
crates/red_knot_python_semantic/build.rs
Normal file
4
crates/red_knot_python_semantic/build.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
/// Rebuild the crate if a test file is added or removed from
|
||||
pub fn main() {
|
||||
println!("cargo:rerun-if-changed=resources/mdtest");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue