Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit ba27df0

Browse files
committed
Update comment on rerun-if-changed to better reflect what it does
1 parent f39fa8e commit ba27df0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fn main() {
1212
.unwrap();
1313
println!("cargo:rustc-link-search={}", out.display());
1414

15-
// Only re-run the build script when memory.x is changed, instead of at every build
15+
// Only re-run the build script when memory.x is changed,
16+
// instead of when any part of the source code changes.
1617
println!("cargo:rerun-if-changed=memory.x");
1718
}

0 commit comments

Comments
 (0)