Skip to content

rustdoc: trait implementation is missing #90566

Open
@cynecx

Description

@cynecx

warp::filters::BoxedFilter implements warp::filter::FilterBase (crate-private trait therefore undocumented) and warp::filter::Filter through a conditional impl impl<T: FilterBase> Filter for T {}. However, rustdoc doesn't document that BoxedFilter implements the warp::Filter trait.

See here: https://docs.rs/warp/0.3.1/warp/filters/struct.BoxedFilter.html

Image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-reachable-privIssues involving private types that are indirectly reachable or effect the public apiC-bugCategory: This is a bug.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