Skip to content

Documentation: Extraneous underscores in "Feature flags" section #7662

@VorpalBlade

Description

@VorpalBlade

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:

Image

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

No one assigned

    Labels

    A-tokioArea: The main tokio crateT-docsTopic: documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions