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

chore: remove unused clippy attributes, derive_partial_eq_without_eq #1516

Merged

Conversation

yihau
Copy link
Member

@yihau yihau commented May 29, 2024

Summary of Changes

this clippy attribute is no longer needed. remove it!

@yihau yihau added the automerge automerge Merge this Pull Request automatically once CI passes label May 29, 2024
@yihau yihau marked this pull request as ready for review May 29, 2024 10:20
@yihau yihau requested review from brooksprumo and steviez May 29, 2024 10:21
Copy link

@brooksprumo brooksprumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine to remove these annotations as https://rust-lang.github.io/rust-clippy/master/#/derive_partial_eq_without_eq is now in the nursery, likely due to many false positive reports1.

Footnotes

  1. https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+derive_partial_eq_without_eq

@mergify mergify bot merged commit 90cfab2 into anza-xyz:master May 29, 2024
43 checks passed
@CriesofCarrots
Copy link

CriesofCarrots commented May 29, 2024

Would leaving these cause any issues?
The google files being touched are autogenerated, and it's a pain to have to remember a list of manual edits if prost doesn't make the change immediately.

@yihau yihau deleted the remove-clippy-derive_partial_eq_without_eq branch June 3, 2024 02:43
@yihau
Copy link
Member Author

yihau commented Jun 3, 2024

@CriesofCarrots sorry for the late response. thank you for pointing this out! I didn't notice these files are autogenerated 😢 keeping them are fine. I just try to clean up our codebase.

@steviez steviez mentioned this pull request Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants