File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 337
337
//! - `signal`: Enables all `tokio::signal` types.
338
338
//! - `fs`: Enables `tokio::fs` types.
339
339
//! - `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
341
341
//! synchronization primitives internally. Also, this
342
342
//! dependency is necessary to construct some of our primitives
343
343
//! in a `const` context. `MSRV` may increase according to the
344
- //! `_parking_lot_` release in use.
344
+ //! [`parking_lot`] release in use.
345
345
//!
346
346
//! _Note: `AsyncRead` and `AsyncWrite` traits do not require any features and are
347
347
//! always available._
You can’t perform that action at this time.
0 commit comments