Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove unnecessary instances of must_use #472

Merged

Conversation

tcharding
Copy link
Member

Result is already must_use, adding the compiler directive to
functions that return Result is unnecessary.

`Result` is already `must_use`, adding the compiler directive to
functions that return `Result` is unnecessary.
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 d2c97d4

@apoelstra apoelstra merged commit 6741aa0 into rust-bitcoin:master Jul 11, 2022
@tcharding tcharding deleted the 07-11-remove-uneeded-must_use branch July 13, 2022 04:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants