Skip to content

Implement Display for Error#209

Merged
luisschwab merged 1 commit into
bitcoindevkit:masterfrom
luisschwab:feat/error-display-impl
May 4, 2026
Merged

Implement Display for Error#209
luisschwab merged 1 commit into
bitcoindevkit:masterfrom
luisschwab:feat/error-display-impl

Conversation

@luisschwab
Copy link
Copy Markdown
Member

@luisschwab luisschwab commented May 3, 2026

Closes #202

Actually implement Display for Error, instead of deferring to the Debug implementations.

Changelog

## Changed
- Implement `Display` for `Error` instead of deferring to the `Debug` implementations

Instead of deferring to the `Debug` implementations.
@luisschwab luisschwab self-assigned this May 3, 2026
@luisschwab luisschwab added the enhancement New feature or request label May 3, 2026
@luisschwab luisschwab requested a review from oleonardolima as a code owner May 3, 2026 18:44
@luisschwab
Copy link
Copy Markdown
Member Author

ping @oleonardolima

Copy link
Copy Markdown
Collaborator

@oleonardolima oleonardolima left a comment

Choose a reason for hiding this comment

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

utACK abd790b

@luisschwab luisschwab merged commit d380dfe into bitcoindevkit:master May 4, 2026
8 checks passed
@luisschwab luisschwab deleted the feat/error-display-impl branch May 4, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Display for Error

2 participants