Skip to content

Commit

Permalink
docs: test-util feature is not enabled with full (#3397)
Browse files Browse the repository at this point in the history
  • Loading branch information
cssivision authored Jan 9, 2021
1 parent 22c27b9 commit 51a7082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51a7082

Please sign in to comment.