]> git.lizzy.rs Git - rust.git/blob - tests/ui/partialeq_ne_impl.stderr
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / partialeq_ne_impl.stderr
1 error: re-implementing `PartialEq::ne` is unnecessary
2   --> $DIR/partialeq_ne_impl.rs:9:5
3    |
4 LL | /     fn ne(&self, _: &Foo) -> bool {
5 LL | |         false
6 LL | |     }
7    | |_____^
8    |
9    = note: `-D clippy::partialeq-ne-impl` implied by `-D warnings`
10
11 error: aborting due to previous error
12