Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extraneous into_iter() (clippy 1.68 fix)
https://doc.rust-lang.org/std/fs/fn.read_dir.html already returns an Iterator (`ReadDir`s IntoIter implementation returns `self`)
- Loading branch information