5 lines
137 B
Rust
5 lines
137 B
Rust
fn main() {
|
|
// Ensure that new files in the filetests directory cause a rebuild.
|
|
println!("cargo:rerun-if-changed=filetests");
|
|
}
|