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

fix: fix some clippy warnings #776

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

rex4539
Copy link
Contributor

@rex4539 rex4539 commented Jan 27, 2025

No description provided.

impl<'buf> Sealed for SignOnlyPreallocated<'buf> {}
impl Sealed for AllPreallocated<'_> {}
impl Sealed for VerifyOnlyPreallocated<'_> {}
impl Sealed for SignOnlyPreallocated<'_> {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Honesty, these feel like useless churn but whatever, I don't care.

Copy link
Member

Choose a reason for hiding this comment

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

Clippy requires we change them.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I mean, I'd consider turning off that lint. Or maybe, if it was off by default, I wouldn't turn it on.

@Kixunil
Copy link
Collaborator

Kixunil commented Jan 27, 2025

The CI failure is unrelated.

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK 0f7e5ff; successfully ran local tests

@apoelstra apoelstra merged commit b7e8ba7 into rust-bitcoin:master Jan 28, 2025
29 of 30 checks passed
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.

3 participants