docs: document that parking_lot is enabled by full (#4269)

This commit is contained in:
omjadas
2021-11-23 12:11:42 +01:00
committed by GitHub
parent 3b339024f0
commit 2a614fba0d
+1 -1
View File
@@ -307,7 +307,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 except `test-util`.
//! - `full`: Enables all features listed below except `test-util` and `tracing`.
//! - `rt`: Enables `tokio::spawn`, the basic (current thread) scheduler,
//! and non-scheduler utilities.
//! - `rt-multi-thread`: Enables the heavier, multi-threaded, work-stealing scheduler.