Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: map -> inspect when original item is returned
Fixing a clippy lints regarding a usage of `map()` instead of `inspect()`, when original item (closure argument) is returned from the closure.
- Loading branch information