assigning_clones: move to pedantic so it is allow by default

This commit is contained in:
Maarten de Vries 2024-05-08 11:41:40 +02:00
parent befb659145
commit 076f2e5dea

View file

@ -48,7 +48,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.78.0"]
pub ASSIGNING_CLONES,
perf,
pedantic,
"assigning the result of cloning may be inefficient"
}