`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`. Close #14195 changelog: [`mem_replace_option_with_some`]: new lint |
||
|---|---|---|
| .. | ||
| conf.rs | ||
| lib.rs | ||
| metadata.rs | ||
| types.rs | ||
`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`. Close #14195 changelog: [`mem_replace_option_with_some`]: new lint |
||
|---|---|---|
| .. | ||
| conf.rs | ||
| lib.rs | ||
| metadata.rs | ||
| types.rs | ||