mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
9d274ec5f2
get_with_default (nee from_maybe) => get_default
with_option (nee maybe) => map_default
with_option_do (nee may) => iter
As per discussion of 21be1379d5