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.
2 parents c4b8c6d + 9413ccd commit d3a82bfCopy full SHA for d3a82bf
1 file changed
book/src/lints.md
@@ -14,9 +14,9 @@ The different lint groups were defined in the [Clippy 1.0 RFC].
14
15
## Correctness
16
17
-The `clippy::correctness` group is the only lint group in Clippy which lints are
+The `clippy::correctness` group is the only lint group in Clippy whose lints are
18
deny-by-default and abort the compilation when triggered. This is for good
19
-reason: If you see a `correctness` lint, it means that your code is outright
+reason: if you see a `correctness` lint, it means that your code is outright
20
wrong or useless, and you should try to fix it.
21
22
Lints in this category are carefully picked and should be free of false
0 commit comments