mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
tokio: fix the docs of feature flag (#7663)
Signed-off-by: ADD-SP <[email protected]>
This commit is contained in:
+2
-2
@@ -337,11 +337,11 @@
|
||||
//! - `signal`: Enables all `tokio::signal` types.
|
||||
//! - `fs`: Enables `tokio::fs` types.
|
||||
//! - `test-util`: Enables testing based infrastructure for the Tokio runtime.
|
||||
//! - `parking_lot`: As a potential optimization, use the `_parking_lot_` crate's
|
||||
//! - `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.
|
||||
//! [`parking_lot`] release in use.
|
||||
//!
|
||||
//! _Note: `AsyncRead` and `AsyncWrite` traits do not require any features and are
|
||||
//! always available._
|
||||
|
||||
Reference in New Issue
Block a user