blob: ea693085164499db07d5dfcbc2ac62d0231740f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|