ruff/crates/ty_python_semantic/build.rs
2025-05-03 19:49:15 +02:00

4 lines
138 B
Rust

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