Skip to content

Commit

Permalink
Explain nursery lints
Browse files Browse the repository at this point in the history
fixes #2652
  • Loading branch information
oli-obk committed Apr 10, 2018
1 parent 94e8978 commit ba1be0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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)
Expand Down

0 comments on commit ba1be0d

Please sign in to comment.