File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ We have a bunch of lint categories to allow you to choose how much clippy is sup
14
14
* ` clippy ` (everything that has no false positives)
15
15
* ` clippy_pedantic ` (everything)
16
16
* ` 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)
20
20
21
21
More to come, please [ file an issue] ( https://github.com/rust-lang-nursery/rust-clippy/issues ) if you have ideas!
22
22
You can’t perform that action at this time.
0 commit comments