We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1bf37 commit df20752Copy full SHA for df20752
clippy_lints/src/assigning_clones.rs
@@ -46,7 +46,7 @@ declare_clippy_lint! {
46
/// a.clone_from(&b);
47
/// }
48
/// ```
49
- #[clippy::version = "1.78.0"]
+ #[clippy::version = "CURRENT_RUSTC_VERSION"]
50
pub ASSIGNING_CLONES,
51
pedantic,
52
"assigning the result of cloning may be inefficient"
0 commit comments