mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 09:27:25 +00:00
Merge pull request #2628 from TimNN/patch-2
Add missing `clippy_` prefix to lint groups in Readme
This commit is contained in:
commit
386897b44a
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ 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_style` (code that should be written in a more idiomatic way)
|
||||
* `complexity` (code that does something simple but in a complex way)
|
||||
* `perf` (code that can be written in a faster way)
|
||||
* **`correctness`** (code that is just outright wrong or very very useless)
|
||||
* `clippy_complexity` (code that does something simple but in a complex way)
|
||||
* `clippy_perf` (code that can be written in a faster way)
|
||||
* **`clippy_correctness`** (code that is just outright wrong or very very useless)
|
||||
|
||||
More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
|
||||
|
||||
|
|
Loading…
Reference in a new issue