blob: 49cd78501eac29d8b42ef9c35719883a307c82c3 [file] [log] [blame]
error: this `else` branch is empty
--> $DIR/needless_else.rs:24:7
|
LL | } else {
| _______^
LL | | }
| |_____^ help: you can remove it
|
= note: `-D clippy::needless-else` implied by `-D warnings`
error: aborting due to previous error