False positive for the useless_attribute rule #5918
Labels
C-bug
Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
I tried this code:
I expected to see this happen: explanation
Nothing, since this is an exception to the wildcard_imports rule, required because of #5917.
Instead, this happened: explanation
Meta
cargo clippy -V
: clippy 0.0.212 (7e6d6e5 2020-08-16)rustc -Vv
:Backtrace
The text was updated successfully, but these errors were encountered: