-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-bugCategory: This is a bug.Category: This is a bug.T-docsTopic: documentationTopic: documentation
Description
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
hawkw, Noah-Kennedy and rob-mur
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-bugCategory: This is a bug.Category: This is a bug.T-docsTopic: documentationTopic: documentation