about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-02-17 08:34:23 +0100
committerflip1995 <philipp.krones@embecosm.com>2021-02-17 08:35:57 +0100
commit79d7f4ccb355ac5d3f6d1c18d84c8e76092d0e97 (patch)
tree107645c62b42c193efb4f224f5b9cf2e7e43d44b
parente3f584665ac7a32c59af80801c7a68a42ead9423 (diff)
downloadrust-79d7f4ccb355ac5d3f6d1c18d84c8e76092d0e97.tar.gz
rust-79d7f4ccb355ac5d3f6d1c18d84c8e76092d0e97.zip
lintcheck: Add a note that -Wclippy::all is enabled by default
-rw-r--r--clippy_dev/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/clippy_dev/README.md b/clippy_dev/README.md
index 30f98489daf..a5ed9e27bd2 100644
--- a/clippy_dev/README.md
+++ b/clippy_dev/README.md
@@ -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.