mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
978c960ed6
mbe: Simplify check_redundant_vis_repetition Eliminate a use of `map_or` in favor of a match. Inline some variable definitions that don't add clarity, and that prevent short-circuiting.