Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove useless calls to
into_iter()
. (#2474)
The `splice()` call takes `IntoIterator`, so calling `into_iter()` is not needed.
- Loading branch information