X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2FREADME.md;h=822335fc65f13f1616203bb5b0a989efa80c5154;hb=837ac877091b540d95ee6a75a29e29cb64894d7e;hp=aaf404eadea11e9ac52730c83a8331fa1ded4e4e;hpb=2cfafa6a8d6b41c973e92d46582e2f0dff489e10;p=rust.git diff --git a/src/tools/clippy/README.md b/src/tools/clippy/README.md index aaf404eadea..822335fc65f 100644 --- a/src/tools/clippy/README.md +++ b/src/tools/clippy/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 |