rust/clippy_config/src
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
..
conf.rs New lint: mem_replace_option_with_some (#14197) 2025-02-12 19:02:06 +00:00
lib.rs Move create_disallowed_map to clippy_config 2024-11-15 19:30:29 +01:00
metadata.rs Merge commit 'cb806113e0' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
types.rs Address additional review comments 2025-02-07 09:13:59 -05:00