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

add match_same_arms clippy lint #8549

Merged
merged 6 commits into from
Jun 3, 2024
Merged

Conversation

tcoratger
Copy link
Contributor

No description provided.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

don't mind having this lint, I actually prefer minified match arms, but this adds a few #[allow(clippy::match_same_arms)]

why do we need them? this makes me think that the lint could be very annoying

wdyt @DaniPopes

crates/transaction-pool/src/error.rs Show resolved Hide resolved
@DaniPopes
Copy link
Member

Needs rebase

@tcoratger
Copy link
Contributor Author

Needs rebase

@DaniPopes Done

@mattsse mattsse enabled auto-merge June 3, 2024 17:36
@mattsse mattsse added this pull request to the merge queue Jun 3, 2024
Merged via the queue into paradigmxyz:main with commit e02b935 Jun 3, 2024
30 checks passed
mw2000 pushed a commit to mw2000/reth that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants