Skip to content

Conversation

tomstokes
Copy link
Contributor

rustdoc::redundant-explicit-link matches more cases in the nightly rust version. Remove the redundant links that trigger the warning, which is processed as an error in CI due to -D warnings in the rustdoc flags.

The three redundant links all refer to items that are imported into the current file and therefore do not require explicit, absolute links to resolve.

rustdoc::redundant-explicit-link matches more cases in the nightly rust
version. Remove the redundant links that trigger the warning, which is
processed as an error in CI due to `-D warnings` in the rustdoc flags.

The three redundant links all refer to items that are imported into the
current file and therefore do not require explicit, absolute links to
resolve.
@dcz-self dcz-self mentioned this pull request Jul 2, 2025
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