Fix false-positive of redundant_clone and move to clippy::perf
This commit is contained in:
parent
737f0a6bb5
commit
301ef6bb2a
5 changed files with 412 additions and 75 deletions
|
@ -1542,7 +1542,7 @@ pub const ALL_LINTS: [Lint; 318] = [
|
|||
},
|
||||
Lint {
|
||||
name: "redundant_clone",
|
||||
group: "nursery",
|
||||
group: "perf",
|
||||
desc: "`clone()` of an owned value that is going to be dropped immediately",
|
||||
deprecation: None,
|
||||
module: "redundant_clone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue