mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Reword message at the end of the output if not run with a lint tool
This commit is contained in:
parent
f4fb47b28e
commit
e54c0600b4
@ -961,7 +961,7 @@ Available lint options:
|
||||
|
||||
match (loaded_plugins, plugin.len(), plugin_groups.len()) {
|
||||
(false, 0, _) | (false, _, 0) => {
|
||||
println!("Compiler plugins can provide additional lints and lint groups.");
|
||||
println!("Lint tools like Clippy can provide additional lints and lint groups.");
|
||||
}
|
||||
(false, ..) => panic!("didn't load lint plugins but got them anyway!"),
|
||||
(true, 0, 0) => println!("This crate does not load any lint plugins or lint groups."),
|
||||
|
Loading…
Reference in New Issue
Block a user