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.
2 parents 94e8978 + ba1be0d commit c067bc3Copy full SHA for c067bc3
README.md
@@ -13,6 +13,7 @@ We have a bunch of lint categories to allow you to choose how much clippy is sup
13
14
* `clippy` (everything that has no false positives)
15
* `clippy_pedantic` (everything)
16
+* `clippy_nursery` (new lints that aren't quite ready yet)
17
* `clippy_style` (code that should be written in a more idiomatic way)
18
* `clippy_complexity` (code that does something simple but in a complex way)
19
* `clippy_perf` (code that can be written in a faster way)
0 commit comments