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 a4a8ec2 commit 27bb76bCopy full SHA for 27bb76b
README.md
@@ -18,7 +18,7 @@ You can choose how much Clippy is supposed to ~~annoy~~ help you by changing the
18
| `clippy::style` | code that should be written in a more idiomatic way | **warn** |
19
| `clippy::complexity` | code that does something simple but in a complex way | **warn** |
20
| `clippy::perf` | code that can be written to run faster | **warn** |
21
-| `clippy::pedantic` | lints which are rather strict or might have false positives | allow |
+| `clippy::pedantic` | lints which are rather strict or have occasional false positives | allow |
22
| `clippy::nursery` | new lints that are still under development | allow |
23
| `clippy::cargo` | lints for the cargo manifest | allow |
24
0 commit comments