We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6194f3 commit 5b24f23Copy full SHA for 5b24f23
clippy_dev/src/main.rs
@@ -153,7 +153,7 @@ fn update_lints(update_mode: UpdateMode) {
153
}
154
155
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.");
+ println!("Not all lints defined properly. Please run `util/dev update_lints` to make sure all lints are defined properly.");
157
std::process::exit(1);
158
159
0 commit comments