Skip to content

ffi: fix doc warning#134

Merged
npry merged 1 commit into
mainfrom
npry/ffi.quiet-rustdoc-warning
Apr 23, 2026
Merged

ffi: fix doc warning#134
npry merged 1 commit into
mainfrom
npry/ffi.quiet-rustdoc-warning

Conversation

@npry

@npry npry commented Apr 23, 2026

Copy link
Copy Markdown
Collaborator

I previously added an import for CStr separately from some other changes, which makes rustdoc warn that [CStr][ffi::CStr] is unnecessary because CStr is already in scope. Remove the explicit link to quiet this warning.

I previously added an import for `CStr` separately from some other
changes, which makes `rustdoc` warn that `[CStr][ffi::CStr]` is
unnecessary because `CStr` is already in scope. Remove the explicit link
to quiet this warning.

Signed-off-by: Nathan Perry <nathan@tailscale.com>
Change-Id: I6fc694bcdc109dca8311fa27b2dc72e06a6a6964
@npry npry merged commit 8bff369 into main Apr 23, 2026
16 checks passed
@npry npry deleted the npry/ffi.quiet-rustdoc-warning branch April 23, 2026 20:55
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