Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply clippy lint: Avoid potential infinite loop
Detailed explanation in https://rust-lang.github.io/rust-clippy/master/index.html#lines_filter_map_ok We're unlikely to hit this, because `entry` is a file and thus continued read errors are unlikely. But better be safe than sorry.
- Loading branch information