mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
7e2425ab73
Use Option::unwrap_or instead of open-coding it
r? ```@oli-obk``` Noticed this while we were talking about the other PR just now 😆
```@rustbot``` modify labels +C-cleanup +T-compiler