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

Allow dead_code on AlignedType #689

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

tcharding
Copy link
Member

We use the AlignedType and take a pointer to its inner data, never access the data directly - this confuses clippy causing a "field is never used" warning.

Shoosh the lint and add a code comment explaining why.

We use the `AlignedType` and take a pointer to its inner data, never
access the data directly - this confuses clippy causing a "field is
never used" warning.

Shoosh the lint and add a code comment explaining why.
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 873ad47

@apoelstra apoelstra merged commit 5fa3623 into rust-bitcoin:master Mar 26, 2024
20 checks passed
@tcharding tcharding deleted the 03-27-allow-dead-code branch March 26, 2024 23:16
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

2 participants