mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
7a4daa48b8
When there are two cases of equal size and importance, I find an if/else expression easier to read than an early return.