Skip to content

rustdoc removes feature flag labels for re-exports #102250

Closed
@andrewbanchich

Description

@andrewbanchich

tower::service_fn, for example, says nothing about feature flags you need to enable, even though it is behind the utils flag. This makes it fairly confusing.

The service_fn in the crate root is just a reexport of tower::utils::service_fn, which is correctly marked as behind a feature flag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-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