use_self
lint triggers on #[derive(Deserialize)]
#6894
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Lint name:
use_self
I tried this code:
And ran
I expected to see this happen: no error
Instead, this happened:
use_self
lint triggersMeta
cargo +nightly clippy -V
:rustc +nightly -Vv
:The text was updated successfully, but these errors were encountered: