]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/partialeq_ne_impl.stderr
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / partialeq_ne_impl.stderr
index d429fba5db05e90e4e2e7e2dcb69e54ef30dd142..b92da4511b48d03ee50bc6a91d23ac40aef285e3 100644 (file)
@@ -1,9 +1,9 @@
 error: re-implementing `PartialEq::ne` is unnecessary
-  --> $DIR/partialeq_ne_impl.rs:18:5
+  --> $DIR/partialeq_ne_impl.rs:9:5
    |
-18 | /     fn ne(&self, _: &Foo) -> bool {
-19 | |         false
-20 | |     }
+LL | /     fn ne(&self, _: &Foo) -> bool {
+LL | |         false
+LL | |     }
    | |_____^
    |
    = note: `-D clippy::partialeq-ne-impl` implied by `-D warnings`