mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
rustc_mir_itertools: Avoid needless `collect` with itertools I don't think this should have measurable perf impact (at least not on perf.rlo benchmarks), it's mostly for readability.