Skip to content

Commit c067bc3

Browse files
authored
Merge pull request #2655 from rust-lang-nursery/oli-obk-patch-1
Explain nursery lints
2 parents 94e8978 + ba1be0d commit c067bc3

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)