Skip to content

Revisit docsrs settings now that cfg implies doc(cfg) #4163

@asomers

Description

@asomers

Description
A recent change to rustdoc makes #[cfg] now imply #[doc(cfg)]. That's handy for most crates, but makes Tokio's various cfg macros now partially redundant and somewhat confusing. In the best case, Tokio may be able to simply delete all of the docsrs stuff.
rust-lang/rust#89596

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-tokioArea: The main tokio crateC-bugCategory: This is a bug.T-docsTopic: documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions