-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateA-doc-aliasArea: `#[doc(alias)]`Area: `#[doc(alias)]`C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
If you search for a method in core
trait that has an alias it appears twice on the list.
For example:
https://doc.rust-lang.org/nightly/std/?search=length
This shows core::iter::ExactSizeIterator::len
twice.
This issue is also shown by https://doc.rust-lang.org/nightly/std/?search=reduce.
Metadata
Metadata
Assignees
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateA-doc-aliasArea: `#[doc(alias)]`Area: `#[doc(alias)]`C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.