Files
rust/clippy_lints
Samuel Tardieu 342ac8ee28 New lint: mem_replace_option_with_some
`mem::replace(opt, Some(v))` can be replaced by `opt.replace(v)`.
2025-02-12 19:57:14 +01:00
..

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