mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
039b1b62ac
Replaced some unwrap_or and map_or with lazy variants Replaced some `unwrap_or` and `map_or` with `unwrap_or_else` and `map_or_else`.