mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 15:37:15 +00:00
Update println! formatting
Co-Authored-By: phansch <dev@phansch.net>
This commit is contained in:
parent
f6194f33d2
commit
5b24f23020
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ fn update_lints(update_mode: UpdateMode) {
|
|||
}
|
||||
|
||||
if update_mode == UpdateMode::Check && file_change {
|
||||
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.");
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue