Messed up docs for std::task::Waker #65323
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This should be an easy one, but the docs for
std::task::Waker
look like this:But it should probably just say
Send
andSync
nottrait@Send
andtrait@Sync
The text was updated successfully, but these errors were encountered: