Skip to content

Commit

Permalink
assigning_clone: change to pedantic group to allow it by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed May 8, 2024
1 parent befb659 commit a87bba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/assigning_clones.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit a87bba3

Please sign in to comment.