From 27bb76b5f318d0e70ac19af283c5f70528e3c61b Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Wed, 22 Sep 2021 10:34:34 -0500 Subject: [PATCH] Tweak pedantic description for occasional FPs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf404eadea..822335fc65f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can choose how much Clippy is supposed to ~~annoy~~ help you by changing the | `clippy::style` | code that should be written in a more idiomatic way | **warn** | | `clippy::complexity` | code that does something simple but in a complex way | **warn** | | `clippy::perf` | code that can be written to run faster | **warn** | -| `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 | | `clippy::nursery` | new lints that are still under development | allow | | `clippy::cargo` | lints for the cargo manifest | allow |