Skip to content

Commit c7aa8b0

Browse files
authored
Add missing clippy_ prefix to lint groups in Readme
1 parent 976bbe8 commit c7aa8b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ We have a bunch of lint categories to allow you to choose how much clippy is sup
1414
* `clippy` (everything that has no false positives)
1515
* `clippy_pedantic` (everything)
1616
* `clippy_style` (code that should be written in a more idiomatic way)
17-
* `complexity` (code that does something simple but in a complex way)
18-
* `perf` (code that can be written in a faster way)
19-
* **`correctness`** (code that is just outright wrong or very very useless)
17+
* `clippy_complexity` (code that does something simple but in a complex way)
18+
* `clippy_perf` (code that can be written in a faster way)
19+
* **`clippy_correctness`** (code that is just outright wrong or very very useless)
2020

2121
More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
2222

0 commit comments

Comments
 (0)