Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: Add an allow to work around a clippy bug
clippy in current stable thinks |(a, b)| (a, b) is always the identity function, but due to match ergonomics, it might be an implicit copy. This is fixed in nightly by rust-lang/rust-clippy#11792
- Loading branch information