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
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Take a look at the pull-out sidebar on a narrow view, and you only see the "static" sidebar - the "sibling" items put there by the sidebar javascript are missing!
But look more closely, and they're actually in the header:
But something really weird, is that it only seems to happen on the crate root. Here's a sample on std::vec::Vec, showing the module siblings just fine:
The text was updated successfully, but these errors were encountered:
GuillaumeGomez
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
Dec 18, 2017
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Take a look at the pull-out sidebar on a narrow view, and you only see the "static" sidebar - the "sibling" items put there by the sidebar javascript are missing!
But look more closely, and they're actually in the header:
But something really weird, is that it only seems to happen on the crate root. Here's a sample on
std::vec::Vec
, showing the module siblings just fine:The text was updated successfully, but these errors were encountered: