Skip to content

Commit ffcc9f7

Browse files
authored
tokio: fix the docs of feature flag (#7663)
Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
1 parent 1a4cf31 commit ffcc9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokio/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@
337337
//! - `signal`: Enables all `tokio::signal` types.
338338
//! - `fs`: Enables `tokio::fs` types.
339339
//! - `test-util`: Enables testing based infrastructure for the Tokio runtime.
340-
//! - `parking_lot`: As a potential optimization, use the `_parking_lot_` crate's
340+
//! - `parking_lot`: As a potential optimization, use the [`parking_lot`] crate's
341341
//! synchronization primitives internally. Also, this
342342
//! dependency is necessary to construct some of our primitives
343343
//! in a `const` context. `MSRV` may increase according to the
344-
//! `_parking_lot_` release in use.
344+
//! [`parking_lot`] release in use.
345345
//!
346346
//! _Note: `AsyncRead` and `AsyncWrite` traits do not require any features and are
347347
//! always available._

0 commit comments

Comments
 (0)