Skip to content

Extension traits (blanket impls) not showing up in docs #19394

@Manishearth

Description

@Manishearth

IteratorExt is now impl'd on all Iterators:

impl<A, I> IteratorExt<A> for I where I: Iterator<A>

However, it doesn't show up on any given Iterator: eg Map

This makes it even more confusing. For any newbie who doesn't know of the existence of this extension trait, all the useful methods will be hidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions