mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
b32845c61a
Use `let...else` instead of `match foo { ... _ => return };` and `if let ... else return`