-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
rustdoc: Fix broken link to Itertools::format
#149578
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
Conversation
|
r? @notriddle rustbot has assigned @notriddle. Use |
|
@bors r+ |
|
🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened. |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Rollup of 3 pull requests Successful merges: - #148937 (Remove initialized-bytes tracking from `BorrowedBuf` and `BorrowedCursor`) - #149553 (added default_uwtables=true to aarch64_unknown_none targets) - #149578 (rustdoc: Fix broken link to `Itertools::format`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 3 pull requests Successful merges: - #148937 (Remove initialized-bytes tracking from `BorrowedBuf` and `BorrowedCursor`) - #149553 (added default_uwtables=true to aarch64_unknown_none targets) - #149578 (rustdoc: Fix broken link to `Itertools::format`) r? `@ghost` `@rustbot` modify labels: rollup
|
Is this an issue with the docs or is it a bug in rustdoc? i was under the impression that it was a bug in rustdoc, it should be possible to have an intra-doc link using the |
|
Based on my understanding, links to external crate's docs.rs should explicitly specify the target link e.g.
Therefore, I determined this is a bug in the documentation itself. |
close #148879