Skip to content

Commit 79d7f4c

Browse files
committed
lintcheck: Add a note that -Wclippy::all is enabled by default
1 parent e3f5846 commit 79d7f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clippy_dev/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ possible to only check a crate for certain lint groups. If no options are
7272
specified, the lint groups `clippy::all`, `clippy::pedantic`, and
7373
`clippy::cargo` are checked. If an empty array is specified only `clippy::all`
7474
is checked.
75+
76+
**Note:** `-Wclippy::all` is always enabled by default, unless `-Aclippy::all`
77+
is explicitly specified in the options.

0 commit comments

Comments
 (0)