Skip to content

Fix blockdata module re-export docs#5793

Merged
apoelstra merged 1 commit into
rust-bitcoin:masterfrom
mpbagot:feature/blockdata-docs
Mar 14, 2026
Merged

Fix blockdata module re-export docs#5793
apoelstra merged 1 commit into
rust-bitcoin:masterfrom
mpbagot:feature/blockdata-docs

Conversation

@mpbagot

@mpbagot mpbagot commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

The module re-exports in bitcoin::blockdata currently have incorrect docs due to missing #[doc(inline)] and incorrect use of /// comments.

Introduce #[doc(inline)] where appropriate.
Replace incorrect uses of doc comments with standard comments.

The module re-exports in bitcoin::blockdata currently have incorrect
docs due to missing #[doc(inline)] and incorrect use of /// comments.

Introduce #[doc(inline)] where appropriate.
Replace incorrect uses of doc comments with standard comments.
@github-actions github-actions Bot added the C-bitcoin PRs modifying the bitcoin crate label Mar 9, 2026
@mpbagot mpbagot marked this pull request as ready for review March 9, 2026 02:27

@tcharding tcharding left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

ACK ef1b580

@apoelstra apoelstra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

ACK ef1b580; successfully ran local tests

@apoelstra apoelstra merged commit 88043df into rust-bitcoin:master Mar 14, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-bitcoin PRs modifying the bitcoin crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants