You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: this else branch is empty
--> tests/test_ensure.rs:177:42
|
177 | let test = || Ok(ensure!(if false {} else {}.t(1) == 2));
| ^^^^^^^ help: you can remove it
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_else
= note: `-D clippy::needless-else` implied by `-D clippy::all`
0 commit comments