We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clippy
Nightly clippy currently breaks CI, as it incorrectly thinks that the commitment PartialEq implementation recurses. This doesn't happen on stable.
PartialEq
The text was updated successfully, but these errors were encountered:
ci: fix lint error (#221)
9769068
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.
Successfully merging a pull request may close this issue.
Nightly
clippy
currently breaks CI, as it incorrectly thinks that the commitmentPartialEq
implementation recurses. This doesn't happen on stable.The text was updated successfully, but these errors were encountered: