You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,8 @@ Currently we accept the following options:
129
129
*`clippy_preference` (`String`, defaults to `"opt-in"`) controls eagerness of clippy
130
130
diagnostics when available. Valid values are _(case-insensitive)_:
131
131
-`"off"` Disable clippy lints.
132
-
-`"opt-in"`Clippy lints are shown when crates specify `#![warn(clippy)]`.
133
-
-`"on"`Clippy lints enabled for all crates in workspace.
132
+
-`"on"`Display the same diagnostics as command-line clippy invoked with no arguments (`clippy::all` unless overridden).
133
+
-`"opt-in"`Only display the lints [explicitly enabled in the code](https://github.com/rust-lang/rust-clippy#allowingdenying-lints). Start by adding `#![warn(clippy::all)]` to the root of each crate you want linted.
0 commit comments