We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befb659 commit 076f2e5Copy full SHA for 076f2e5
clippy_lints/src/assigning_clones.rs
@@ -48,7 +48,7 @@ declare_clippy_lint! {
48
/// ```
49
#[clippy::version = "1.78.0"]
50
pub ASSIGNING_CLONES,
51
- perf,
+ pedantic,
52
"assigning the result of cloning may be inefficient"
53
}
54
0 commit comments