Vacuous match body with side-effectful matchee #7094
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
L-complexity
Lint: Belongs in the complexity lint group
The clippy error is
But if this fix is automatically applied we lose the side effects. Instead I expect this code to be fixed to
Meta
cargo clippy -V
: clippy 0.1.51 (2fd73fab 2021-03-23)rustc -Vv
:The text was updated successfully, but these errors were encountered: