lint_groups_priority
does not work for workspace Cargo.toml
#12729
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Summary
If you set your lints in the workspace
Cargo.toml
, thelint_groups_priority
lint does not work.Lint Name
lint_groups_priority
Reproducer
I tried this code:
I expected to see this happen:
Instead, this happened:
Nothing
Version
The text was updated successfully, but these errors were encountered: