mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
4129f5c824
`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`. Close #14195 changelog: [`mem_replace_option_with_some`]: new lint