Skip to content

Allow deprecated in main lib module #354

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

Merged
merged 1 commit into from
May 8, 2024

Conversation

tcharding
Copy link
Member

We deprecate a variant in GetPeerInfoResultNetwork that causes clippy to give a false positive. Adding an attribute on the enum does not quitet it down, just add a module level attribute.

This warning has been here for ever.

We deprecate a variant in `GetPeerInfoResultNetwork` that causes clippy
to give a false positive. Adding an attribute on the enum does not
quitet it down, just add a module level attribute.

This warning has been here for ever.
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 48424da super weird. I guess we ought to file a bug

@apoelstra apoelstra merged commit cc22671 into rust-bitcoin:master May 8, 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.

2 participants