diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index 3ec654de3..cf38d513e 100644 --- a/tokio/src/lib.rs +++ b/tokio/src/lib.rs @@ -316,6 +316,7 @@ //! - `signal`: Enables all `tokio::signal` types. //! - `fs`: Enables `tokio::fs` types. //! - `test-util`: Enables testing based infrastructure for the Tokio runtime. +//! - `tracing`: Enables tracing events //! //! _Note: `AsyncRead` and `AsyncWrite` traits do not require any features and are //! always available._