Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore needless_else clippy lint in test suite
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`
- Loading branch information