assigning_clones: move to pedantic so it is allow by default
This commit is contained in:
parent
befb659145
commit
076f2e5dea
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue