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

types: Re-export all errors #102

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

tcharding
Copy link
Member

While trying to use types as a dependency to implement an RPC client I found that I forgot to re-export the error types. Do so from each version module.

While trying to use `types` as a dependency to implement an RPC client I
found that I forgot to re-export the error types. Do so from each
version module.

Includes two instances of removing docs links. This took me a while to
work out why the build error showed up. The reason is because these
errors were not public before the docs weren't being built.
@tcharding tcharding merged commit a9fef2b into rust-bitcoin:master Mar 13, 2025
27 checks passed
@tcharding tcharding deleted the 03-13-errors branch March 13, 2025 04:46
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.

1 participant