rust/clippy_config
llogiq 4129f5c824
New lint: mem_replace_option_with_some (#14197)
`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`.

Close #14195

changelog: [`mem_replace_option_with_some`]: new lint
2025-02-12 19:02:06 +00:00
..
src New lint: mem_replace_option_with_some (#14197) 2025-02-12 19:02:06 +00:00
Cargo.toml Select edition 2024 2025-01-13 16:55:42 +01:00