Skip to content

Commit 076f2e5

Browse files
committed
assigning_clones: move to pedantic so it is allow by default
1 parent befb659 commit 076f2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/assigning_clones.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ declare_clippy_lint! {
4848
/// ```
4949
#[clippy::version = "1.78.0"]
5050
pub ASSIGNING_CLONES,
51-
perf,
51+
pedantic,
5252
"assigning the result of cloning may be inefficient"
5353
}
5454

0 commit comments

Comments
 (0)