Skip to content

Commit ba1be0d

Browse files
authored
Explain nursery lints
fixes #2652
1 parent 94e8978 commit ba1be0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ We have a bunch of lint categories to allow you to choose how much clippy is sup
1313

1414
* `clippy` (everything that has no false positives)
1515
* `clippy_pedantic` (everything)
16+
* `clippy_nursery` (new lints that aren't quite ready yet)
1617
* `clippy_style` (code that should be written in a more idiomatic way)
1718
* `clippy_complexity` (code that does something simple but in a complex way)
1819
* `clippy_perf` (code that can be written in a faster way)

0 commit comments

Comments
 (0)