]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/README.md
Auto merge of #6833 - daxpedda:use-self, r=Manishearth
[rust.git] / clippy_dev / README.md
index 30f98489daf3b1013d1df290143a206525d7fba7..a5ed9e27bd2bcba33b723d2c04f404f32f0fce3c 100644 (file)
@@ -72,3 +72,6 @@ possible to only check a crate for certain lint groups. If no options are
 specified, the lint groups `clippy::all`, `clippy::pedantic`, and
 `clippy::cargo` are checked. If an empty array is specified only `clippy::all`
 is checked.
+
+**Note:** `-Wclippy::all` is always enabled by default, unless `-Aclippy::all`
+is explicitly specified in the options.