mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
73aa2bd707
Fix clippy warnings * Use `match` instead of `if` chain * Remove redundant `into_iter()` * Use `copied()` instead of `map()` etc.