mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
docs: test-util feature is not enabled with full (#3397)
This commit is contained in:
+1
-1
@@ -301,7 +301,7 @@
|
|||||||
//! Beware though that this will pull in many extra dependencies that you may not
|
//! Beware though that this will pull in many extra dependencies that you may not
|
||||||
//! need.
|
//! need.
|
||||||
//!
|
//!
|
||||||
//! - `full`: Enables all Tokio public API features listed below.
|
//! - `full`: Enables all Tokio public API features listed below except `test-util`.
|
||||||
//! - `rt`: Enables `tokio::spawn`, the basic (current thread) scheduler,
|
//! - `rt`: Enables `tokio::spawn`, the basic (current thread) scheduler,
|
||||||
//! and non-scheduler utilities.
|
//! and non-scheduler utilities.
|
||||||
//! - `rt-multi-thread`: Enables the heavier, multi-threaded, work-stealing scheduler.
|
//! - `rt-multi-thread`: Enables the heavier, multi-threaded, work-stealing scheduler.
|
||||||
|
|||||||
Reference in New Issue
Block a user