Skip to content

Commit 27bb76b

Browse files
committed
Tweak pedantic description for occasional FPs
1 parent a4a8ec2 commit 27bb76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can choose how much Clippy is supposed to ~~annoy~~ help you by changing the
1818
| `clippy::style` | code that should be written in a more idiomatic way | **warn** |
1919
| `clippy::complexity` | code that does something simple but in a complex way | **warn** |
2020
| `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 |
21+
| `clippy::pedantic` | lints which are rather strict or have occasional false positives | allow |
2222
| `clippy::nursery` | new lints that are still under development | allow |
2323
| `clippy::cargo` | lints for the cargo manifest | allow |
2424

0 commit comments

Comments
 (0)