mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-30 04:24:26 +00:00
Replace a `match` with an `if let` Seems like a better fit here and saves one level of indentation. `@rustbot` modify labels +C-cleanup +T-compiler