Skip to content

Commit e54c060

Browse files
committed
Reword message at the end of the output if not run with a lint tool
1 parent f4fb47b commit e54c060

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_driver/src

1 file changed

+1
-1
lines changed

compiler/rustc_driver/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ Available lint options:
961961

962962
match (loaded_plugins, plugin.len(), plugin_groups.len()) {
963963
(false, 0, _) | (false, _, 0) => {
964-
println!("Compiler plugins can provide additional lints and lint groups.");
964+
println!("Lint tools like Clippy can provide additional lints and lint groups.");
965965
}
966966
(false, ..) => panic!("didn't load lint plugins but got them anyway!"),
967967
(true, 0, 0) => println!("This crate does not load any lint plugins or lint groups."),

0 commit comments

Comments
 (0)