-
-
Couldn't load subscription status.
- Fork 2.8k
Closed
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateT-docsTopic: documentationTopic: documentation
Description
Version
1.47.1
Platform
N/A, this is a bug visible on docs.rs
Description
https://docs.rs/tokio/1.47.1/tokio/index.html#feature-flags (latest version as of writing) reads:
parking_lot: As a potential optimization, use the _parking_lot_ crate’s synchronization primitives internally. Also, this dependency is necessary to construct some of our primitives in a const context. MSRV may increase according to the _parking_lot_ release in use.
There are some extra _ in there around parking_lot:
I tried this code:
N/A
I expected to see this happen: No extra underscores in docs.
Instead, this happened: Extra underscores in docs.
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateT-docsTopic: documentationTopic: documentation