Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read_lines
: Use . filter_map(Result::ok)
instead of .flatten()
.
Clippy gives a warning when using `.flatten()`: https://rust-lang.github.io/rust-clippy/master/index.html#lines_filter_map_ok
- Loading branch information