docs: test-util feature is not enabled with full (#3397)

This commit is contained in:
cssivision
2021-01-09 14:01:10 +01:00
committed by GitHub
parent 22c27b9282
commit 51a7082d13
+1 -1
View File
@@ -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.