ruff/crates/red_knot_python_semantic/build.rs

4 lines
137 B
Rust

/// Rebuild the crate if a test file is added or removed from
pub fn main() {
println!("cargo:rerun-if-changed=resources/mdtest");
}