Merge pull request #2655 from rust-lang-nursery/oli-obk-patch-1

Explain nursery lints
This commit is contained in:
Oliver Schneider 2018-04-10 19:44:43 +02:00 committed by GitHub
commit c067bc3cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ We have a bunch of lint categories to allow you to choose how much clippy is sup
* `clippy` (everything that has no false positives)
* `clippy_pedantic` (everything)
* `clippy_nursery` (new lints that aren't quite ready yet)
* `clippy_style` (code that should be written in a more idiomatic way)
* `clippy_complexity` (code that does something simple but in a complex way)
* `clippy_perf` (code that can be written in a faster way)