Skip to content

Commit

Permalink
Changed the wording for the warnings lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Dec 1, 2017
1 parent 8affcb7 commit e1e1dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/lib.rs
Expand Up @@ -980,7 +980,7 @@ Available lint options:
println!("Lint groups provided by rustc:\n");
println!(" {} {}", padded("name"), "sub-lints");
println!(" {} {}", padded("----"), "---------");
println!(" {} {}", padded("warnings"), "all lints activated to the warning level");
println!(" {} {}", padded("warnings"), "all lints that are set to issue warnings");

let print_lint_groups = |lints: Vec<(&'static str, Vec<lint::LintId>)>| {
for (name, to) in lints {
Expand Down

0 comments on commit e1e1dcc

Please sign in to comment.