Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subscriber: fix
clippy::map_flatten
lint (#1964)
Clippy now warns about code that calls `.map(...).flatten()` on an iterator and suggests `.flat_map(...)` instead: https://rust-lang.github.io/rust-clippy/master/index.html#map_flatten This branch fixes one place where we do that. CI should be happy again.
- Loading branch information