Files
rust/clippy_lints
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
..

This crate contains Clippy lints. For the main crate, check GitHub.