incorrect result of #![deny(unused_qualifications)] in match block #9372
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
#![deny(unused_qualifications)] does not work in match block.
Lint Name
#![deny(unused_qualifications)]
Reproducer
I tried this code:
tree:
|- main.rs
|- status.rs
run the following cmd:
I expected to see this happen:
Instead, this happened:
Version
The text was updated successfully, but these errors were encountered: