Skip to content

Commit 5b24f23

Browse files
flip1995phansch
andcommitted
Update println! formatting
Co-Authored-By: phansch <[email protected]>
1 parent f6194f3 commit 5b24f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ fn update_lints(update_mode: UpdateMode) {
153153
}
154154

155155
if update_mode == UpdateMode::Check && file_change {
156-
println!("Not all lints defined properly. Please run util/dev update_lints to make sure all lints are defined properly.");
156+
println!("Not all lints defined properly. Please run `util/dev update_lints` to make sure all lints are defined properly.");
157157
std::process::exit(1);
158158
}
159159
}

0 commit comments

Comments
 (0)