Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nightly `clippy` incorrectly reports that the commitment `PartialEq` [implementation](https://github.com/tari-project/tari-crypto/blob/017bb2cde069fc8a1b1a6014f339e59dc7fd6ca7/src/commitment.rs#L157-L161) recurses. Changing the syntax to use `==` seems to fix this and does the same thing. Closes #220.
- Loading branch information