Reword message at the end of the output if not run with a lint tool
This commit is contained in:
parent
f4fb47b28e
commit
e54c0600b4
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ Available lint options:
|
||||||
|
|
||||||
match (loaded_plugins, plugin.len(), plugin_groups.len()) {
|
match (loaded_plugins, plugin.len(), plugin_groups.len()) {
|
||||||
(false, 0, _) | (false, _, 0) => {
|
(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!"),
|
(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."),
|
(true, 0, 0) => println!("This crate does not load any lint plugins or lint groups."),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue