Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant closure / anonymous function (#11027)
Replace map(|x| f(x)) with map(f)
- Loading branch information