lintcheck: Add a note that -Wclippy::all is enabled by default

This commit is contained in:
flip1995 2021-02-17 08:34:23 +01:00
parent e3f584665a
commit 79d7f4ccb3
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View 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.