]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/partialeq_ne_impl.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / partialeq_ne_impl.stderr
1 error: re-implementing `PartialEq::ne` is unnecessary
2   --> partialeq_ne_impl.rs:10:5
3    |
4 10 |     fn ne(&self, _: &Foo) -> bool { false }
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D partialeq-ne-impl` implied by `-D warnings`
8
9 error: aborting due to previous error(s)
10
11
12 To learn more, run the command again with --verbose.