mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +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
|
||||
//! 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,
|
||||
//! and non-scheduler utilities.
|
||||
//! - `rt-multi-thread`: Enables the heavier, multi-threaded, work-stealing scheduler.
|
||||
|
||||
Reference in New Issue
Block a user