]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/neg_cmp_op_on_partial_ord.rs
Added `clippy::version` attribute to all normal lints
[rust.git] / clippy_lints / src / neg_cmp_op_on_partial_ord.rs
index 6ad49b7060565ce9b8cea8db5b88abff1dc76825..efe31a1544187ebeec7ca98fb3e6e034272f9312 100644 (file)
@@ -36,6 +36,7 @@
     ///     _ => false,
     /// };
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub NEG_CMP_OP_ON_PARTIAL_ORD,
     complexity,
     "The use of negated comparison operators on partially ordered types may produce confusing code."