]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/neg_multiply.rs
Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / neg_multiply.rs
index 1b15d29439f780cdee65e26b1dcf002c12aea846..cb67fab17400590a04c008afd701f66047f64d6a 100644 (file)
@@ -20,6 +20,7 @@
     /// ```ignore
     /// x * -1
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub NEG_MULTIPLY,
     style,
     "multiplying integers with `-1`"