We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03a06b commit 34fd4afCopy full SHA for 34fd4af
README.md
@@ -24,6 +24,15 @@ We have a bunch of lint categories to allow you to choose how much Clippy is sup
24
25
More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
26
27
+Only the following of those categories are enabled by default:
28
+
29
+* `clippy::style`
30
+* `clippy::correctness`
31
+* `clippy::complexity`
32
+* `clippy::perf`
33
34
+Other categories need to be enabled in order for their lints to be executed.
35
36
Table of contents:
37
38
* [Usage instructions](#usage)
0 commit comments