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.
1 parent 2cb56f3 commit 8564564Copy full SHA for 8564564
src/diag.md
@@ -261,4 +261,5 @@ For example,
261
```
262
263
This defines the `nonstandard_style` group which turns on the listed lints. A
264
-user can turn on these lints by using `!#[warn(nonstandard_style)]`.
+user can turn on these lints with a `!#[warn(nonstandard_style)]` attribute in
265
+the source code, or by passing `-W nonstandard-style` on the command line.
0 commit comments