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 94e8978 commit ba1be0dCopy full SHA for ba1be0d
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