Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore ignored_unit_patterns pedantic clippy lint in test suite
warning: matching over `()` is more explicit --> tests/test_ensure.rs:710:34 | 710 | let test = || Ok(ensure!(for _ in iter::once(()) {} != ())); | ^ help: use `()` instead of `_`: `()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ignored_unit_patterns = note: `-W clippy::ignored-unit-patterns` implied by `-W clippy::pedantic`
- Loading branch information