]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/partialeq_ne_impl.rs
modify code
[rust.git] / clippy_lints / src / partialeq_ne_impl.rs
index 4ec493e5f45e075f209523d0a7389d0de9eaa234..e827cdaae8728922580a9f4e7d9fbc7cafd5b3b6 100644 (file)
@@ -25,6 +25,7 @@
     ///    fn ne(&self, other: &Foo) -> bool { !(self == other) }
     /// }
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub PARTIALEQ_NE_IMPL,
     complexity,
     "re-implementing `PartialEq::ne`"