mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
parent
94e897851b
commit
ba1be0d53b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue