Skip to content
New issue

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

ci: fix lint error #221

Merged
merged 1 commit into from
Feb 6, 2024
Merged

ci: fix lint error #221

merged 1 commit into from
Feb 6, 2024

Conversation

AaronFeickert
Copy link
Contributor

Nightly clippy incorrectly reports that the commitment PartialEq implementation recurses. Changing the syntax to use == seems to fix this and does the same thing.

Closes #220.

@sdbondi sdbondi merged commit 9769068 into tari-project:main Feb 6, 2024
4 checks passed
@AaronFeickert AaronFeickert deleted the eq-lint-fix branch February 6, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly clippy fails on supposed recursion
3 participants