We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9999f commit 541c7dfCopy full SHA for 541c7df
build.rs
@@ -27,4 +27,5 @@ fn main() {
27
// any file in the project changes. By specifying `memory.x`
28
// here, we ensure the build script is only re-run when
29
// `memory.x` is changed.
30
- println!("cargo:rerun-if-changed=memory.x"); }
+ println!("cargo:rerun-if-changed=memory.x");
31
+}
0 commit comments