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 unit test import statements #664

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

tcharding
Copy link
Member

In lib.rs unit tests we are getting build warnings because of how we are importing things, just import with super::* unconditionally and be done with it.

This patch is the only good one out of #661.

In `lib.rs` unit tests we are getting build warnings because of how we
are importing things, just import with `super::*` unconditionally and be
done with it.
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 dd6bf7c

Copy link
Collaborator

@Kixunil Kixunil left a comment

Choose a reason for hiding this comment

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

ACK dd6bf7c

@apoelstra apoelstra merged commit fb280a3 into rust-bitcoin:master Nov 3, 2023
@tcharding tcharding deleted the 11-03-unused-import branch November 3, 2023 22: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.

3 participants