We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 632ad19 + e1e1dcc commit b5f11daCopy full SHA for b5f11da
src/librustc_driver/lib.rs
@@ -982,7 +982,7 @@ Available lint options:
982
println!("Lint groups provided by rustc:\n");
983
println!(" {} {}", padded("name"), "sub-lints");
984
println!(" {} {}", padded("----"), "---------");
985
- println!(" {} {}", padded("warnings"), "all built-in lints");
+ println!(" {} {}", padded("warnings"), "all lints that are set to issue warnings");
986
987
let print_lint_groups = |lints: Vec<(&'static str, Vec<lint::LintId>)>| {
988
for (name, to) in lints {
0 commit comments