Skip to content

Commit a76564b

Browse files
committed
Update the dirty reason message
Signed-off-by: hi-rustin <[email protected]>
1 parent eac79ec commit a76564b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/fingerprint/dirty_reason.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl DirtyReason {
168168
DirtyReason::LocalLengthsChanged => {
169169
s.dirty_because(unit, "the local lengths changed")?;
170170
s.note(
171-
"This could happen because of added/removed `cargo:rerun-if` instructions in the build script",
171+
"This could happen because of added/removed `cargo::rerun-if` instructions in the build script",
172172
)?;
173173

174174
Ok(())

0 commit comments

Comments
 (0)