We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
warnings
1 parent 8affcb7 commit e1e1dccCopy full SHA for e1e1dcc
src/librustc_driver/lib.rs
@@ -980,7 +980,7 @@ Available lint options:
980
println!("Lint groups provided by rustc:\n");
981
println!(" {} {}", padded("name"), "sub-lints");
982
println!(" {} {}", padded("----"), "---------");
983
- println!(" {} {}", padded("warnings"), "all lints activated to the warning level");
+ println!(" {} {}", padded("warnings"), "all lints that are set to issue warnings");
984
985
let print_lint_groups = |lints: Vec<(&'static str, Vec<lint::LintId>)>| {
986
for (name, to) in lints {
0 commit comments