Skip to content

Fix broken intra-doc links in UInt docs - #113

Merged
danlehmann merged 1 commit into
mainfrom
daniel/fix-doc2
Jul 28, 2026
Merged

Fix broken intra-doc links in UInt docs#113
danlehmann merged 1 commit into
mainfrom
daniel/fix-doc2

Conversation

@danlehmann

Copy link
Copy Markdown
Owner

Rustdoc failed with -D warnings because mem::transmute was not in scope and bytemuck is an optional dependency not available when building docs. Use the full core::mem::transmute path and drop the link on bytemuck::cast, matching the wording in signed.rs.

Rustdoc failed with -D warnings because `mem::transmute` was not in
scope and `bytemuck` is an optional dependency not available when
building docs. Use the full `core::mem::transmute` path and drop the
link on `bytemuck::cast`, matching the wording in signed.rs.
@danlehmann

Copy link
Copy Markdown
Owner Author

Two build errors right now: The one that this one fixes and #112 . Merging this one so that the other one becomes mergable

@danlehmann
danlehmann merged commit 0f92aef into main Jul 28, 2026
28 of 30 checks passed
@danlehmann
danlehmann deleted the daniel/fix-doc2 branch July 29, 2026 14:58
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.

2 participants