You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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).The text was updated successfully, but these errors were encountered: