lints.workspace
is not allowed to be false
#12715
Labels
C-bug
Category: Clippy is not doing the correct thing
Summary
I expect to be able to set
lints.workspace
tofalse
to explicitly opt out of the workspace lints.Currently this is not allowed.
It would also be helpful for a potential lint like #11933.
Reproducer
I tried this code:
I expected to see this happen:
No lints are imported from the workspace, and Clippy runs normally.
Instead, this happened:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: