Files
rust/clippy_lints
Samuel Tardieu 0a2eeceefc Add replace_box lint (#14953)
Adds a new lint that detects `var = Default::default()` when `var` is
`Box<T>` and `T` implements `Default`.

changelog: [`replace_box`]: new lint
2025-10-07 15:56:38 +00:00
..
2025-10-07 15:56:38 +00:00

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