Move redundant_clone to nursery
This commit is contained in:
parent
00001d6e08
commit
e29a68113f
6 changed files with 44 additions and 42 deletions
|
|
@ -57,7 +57,7 @@ declare_clippy_lint! {
|
|||
/// ```
|
||||
#[clippy::version = "1.32.0"]
|
||||
pub REDUNDANT_CLONE,
|
||||
perf,
|
||||
nursery,
|
||||
"`clone()` of an owned value that is going to be dropped immediately"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue