mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:06:29 +00:00
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