diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index 383be8b1da4..d56ccdfd089 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -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", |
