Update the dirty reason message

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
hi-rustin 2023-12-07 13:23:46 +08:00
parent eac79ec152
commit a76564b9ba

View file

@ -168,7 +168,7 @@ impl DirtyReason {
DirtyReason::LocalLengthsChanged => {
s.dirty_because(unit, "the local lengths changed")?;
s.note(
"This could happen because of added/removed `cargo:rerun-if` instructions in the build script",
"This could happen because of added/removed `cargo::rerun-if` instructions in the build script",
)?;
Ok(())