File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1138,10 +1138,9 @@ fn usage(verbose: bool, include_unstable_options: bool) {
1138
1138
1139
1139
fn print_wall_help ( ) {
1140
1140
println ! ( "
1141
- The flag -Wall does not exist in rustc. Most useful lints are enabled by default.
1142
- Use `rustc -W help` to see all available lints. The most used lints that are not
1143
- enabled by default covered by -Wunused; however, the best practice is to put
1144
- warning settings in the crate root using `#![warn(unused)]` instead of using
1141
+ The flag `-Wall` does not exist in `rustc`. Most useful lints are enabled by
1142
+ default. Use `rustc -W help` to see all available lints. It's more common to put
1143
+ warning settings in the crate root using `#![warn(LINT_NAME)]` instead of using
1145
1144
the command line flag directly.
1146
1145
" ) ;
1147
1146
}
You can’t perform that action at this time.
0 commit comments