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.
rustc
1 parent 5305979 commit 4520529Copy full SHA for 4520529
README.md
@@ -162,7 +162,8 @@ define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
162
163
You can add options to your code to `allow`/`warn`/`deny` Clippy lints:
164
165
-* the whole set of `Warn` lints using the `clippy` lint group (`#![deny(clippy::all)]`)
+* the whole set of `Warn` lints using the `clippy` lint group (`#![deny(clippy::all)]`).
166
+ Note that `rustc` has additional [lint groups](https://doc.rust-lang.org/rustc/lints/groups.html).
167
168
* all lints using both the `clippy` and `clippy::pedantic` lint groups (`#![deny(clippy::all)]`,
169
`#![deny(clippy::pedantic)]`). Note that `clippy::pedantic` contains some very aggressive
0 commit comments