Skip to content

Commit a37f103

Browse files
committed
Depend on errcodes.txt
1 parent 6f15627 commit a37f103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ fn main() {
2626
make_map(&codes, &mut file);
2727
make_impl(&codes, &mut file);
2828

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
3129
println!("cargo:rerun-if-changed=build.rs");
30+
println!("cargo:rerun-if-changed=errcodes.txt");
3231
}
3332

3433
fn parse_codes() -> Vec<Code> {

0 commit comments

Comments
 (0)