Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix clippy::derive_partial_eq_without_eq
I merely did `cargo clippy --fix -- -D clippy::derive_partial_eq_without_eq` but the next link is useful to understand why it should be done https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq Co-Authored-By: Marcel Hellwig <[email protected]>
- Loading branch information