Skip to content

Commit

Permalink
Update println! formatting
Browse files Browse the repository at this point in the history
Co-Authored-By: phansch <[email protected]>
  • Loading branch information
flip1995 and phansch committed Nov 5, 2018
1 parent f6194f3 commit 5b24f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_dev/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 5b24f23

Please sign in to comment.