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.
1 parent 952ad73 commit 0fe5046Copy full SHA for 0fe5046
collector/benchmarks/style-servo/rust-cssparser/build.rs
@@ -36,5 +36,5 @@ fn main() {
36
let manifest_dir = env::var("CARGO_MANIFEST_DIR").unwrap();
37
let tokenizer_rs = Path::new(&manifest_dir).join("src/tokenizer.rs");
38
codegen::main(&tokenizer_rs);
39
- println!("cargo:rerun-if-changed={}", tokenizer_rs.display());
+ println!("cargo:rerun-if-changed=build.rs");
40
}
0 commit comments