-
Notifications
You must be signed in to change notification settings - Fork 2k
Clippy warns twice about unknown lints #6602
Copy link
Copy link
Closed
rust-lang/rust
#85053Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingE-hardCall for participation: This a hard problem and requires more experience or effort to work onCall for participation: This a hard problem and requires more experience or effort to work on
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingE-hardCall for participation: This a hard problem and requires more experience or effort to work onCall for participation: This a hard problem and requires more experience or effort to work on
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
I expected to see this happen: Clippy warns once that
xis an unknown lint.Instead, this happened: Clippy warns twice.
Meta
cargo clippy -V: 0.1.51 (2021-01-16 8a65184)rustc -V: 1.49.0See also rust-lang/rust#80524 (comment) - this looks unrelated to the
UNKNOWN_CLIPPY_LINTSpass because it shows up even with that disabled.cc @flip1995