mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
assigning_clones: move to pedantic so it is allow by default
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
/// ```
|
||||
#[clippy::version = "1.78.0"]
|
||||
pub ASSIGNING_CLONES,
|
||||
perf,
|
||||
pedantic,
|
||||
"assigning the result of cloning may be inefficient"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user