-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Duplicated documentation for primitive type pointer #55656
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
I believe this is a duplicate; there’s an old issue about NonNull. I’m on my phone so I can’t look for it right now.
… On Nov 3, 2018, at 5:40 PM, Daniel Mueller ***@***.***> wrote:
Please have a look at
(source https://doc.rust-lang.org/std/primitive.pointer.html)
It appears that for some reason the documentation for primitive type pointer contains a duplicated set of documentation links. is_null, as_ref and all subsequent methods appear twice in the pane on the left. The links are exactly identical from what I can tell. Not sure whether the problems lies with Rust doc, the documentation itself, or some part of the doc.rust-lang.org( infrastructure (unlikely, I guess).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The issue comes from rustdoc. I think it's because of methods on dereference item. Taking a look. |
isn't this duplication just a result of |
Possibly. |
bors
added a commit
that referenced
this issue
Dec 4, 2018
…uietMisdreavus Fixes primitive sidebar link generation Fixes #50746. Fixes #55656. r? @QuietMisdreavus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please have a look at
![rust-doc-multiple-links-to-same-stuff](https://user-images.githubusercontent.com/6610056/47954806-0b9ac100-df4c-11e8-9a20-464290181c1f.png)
(source https://doc.rust-lang.org/std/primitive.pointer.html)
It appears that for some reason the documentation for
primitive type pointer
contains a duplicated set of documentation links.is_null
,as_ref
and all subsequent methods appear twice in the pane on the left. The links are exactly identical from what I can tell. Not sure whether the problems lies with Rust doc, the documentation itself, or some part of the doc.rust-lang.org( infrastructure (unlikely, I guess).The text was updated successfully, but these errors were encountered: