We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 840b110 + 7fd4570 commit 0d77118Copy full SHA for 0d77118
1 file changed
build.rs
@@ -4,7 +4,7 @@ use std::io;
4
use std::path::Path;
5
6
fn main() -> io::Result<()> {
7
- println!("cargo:rerun-if-changed=build.rs");
+ println!("cargo:rerun-if-changed=src/tests");
8
9
let out_dir = env::var_os("OUT_DIR").unwrap();
10
let target = env::var("TARGET").ok();
0 commit comments