We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c89db3 commit fee6d35Copy full SHA for fee6d35
1 file changed
build.rs
@@ -335,6 +335,10 @@ fn main() {
335
make_map(&mut file);
336
make_impl(&mut file);
337
make_debug(&mut file);
338
+
339
+ // This is already assumed to be the case but there's no way to say that
340
+ // you don't depend on anything at all
341
+ println!("cargo:rerun-if-changed=build.rs");
342
}
343
344
fn make_enum(file: &mut BufWriter<File>) {
0 commit comments