Skip to content

Do some random trivial fixes #582

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 3 commits into from
Jul 31, 2023

Conversation

tcharding
Copy link
Member

All changes explained in their respective patch.

@apoelstra
Copy link
Member

Failing rustfmt check.

The use of `Terminal::Foo` repeatedly clutters the code with no added
meaning, we can import all the variants and make the code more terse and
easier to read.

Refactor only, no logic changes.
@tcharding tcharding force-pushed the 07-27-random-trivial-fixes branch from be7bee6 to 7c50ded Compare July 27, 2023 20:08
@tcharding
Copy link
Member Author

Rebased on master and fixed formatting issues.

The `Terminal` type as unambiguous, no need to qualify it.
@tcharding tcharding force-pushed the 07-27-random-trivial-fixes branch from 7c50ded to 4067238 Compare July 27, 2023 20:11
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 4067238

Copy link
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

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

ACK c3c508e

@apoelstra apoelstra merged commit 1f645ad into rust-bitcoin:master Jul 31, 2023
@tcharding tcharding deleted the 07-27-random-trivial-fixes branch August 7, 2023 07:25
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