Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix all clippy warnings (beta toolchain version 0.1.81)
The new `manual_inspect` lint [0] wants us to replace uses of `map`, which return the original item, with `inspect` as it is both clearer in intent and shorter. [0]: https://rust-lang.github.io/rust-clippy/master/index.html#/manual_inspect
- Loading branch information