We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f15627 commit a37f103Copy full SHA for a37f103
1 file changed
build.rs
@@ -26,9 +26,8 @@ fn main() {
26
make_map(&codes, &mut file);
27
make_impl(&codes, &mut file);
28
29
- // This is already assumed to be the case but there's no way to say that
30
- // you don't depend on anything at all
31
println!("cargo:rerun-if-changed=build.rs");
+ println!("cargo:rerun-if-changed=errcodes.txt");
32
}
33
34
fn parse_codes() -> Vec<Code> {
0 commit comments