`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`. Close #14195 changelog: [`mem_replace_option_with_some`]: new lint |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`. Close #14195 changelog: [`mem_replace_option_with_some`]: new lint |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||