Move redundant_clone to nursery

This commit is contained in:
Alex Macleod 2023-06-02 15:13:55 +00:00
parent 00001d6e08
commit e29a68113f
6 changed files with 44 additions and 42 deletions

View file

@ -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"
}