diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index 35295d837..01878524e 100644 --- a/tokio/src/lib.rs +++ b/tokio/src/lib.rs @@ -346,6 +346,7 @@ //! `RUSTFLAGS="--cfg tokio_unstable"`. //! //! - `tracing`: Enables tracing events. +//! - `stats`: Enables runtime stats collection. ([RFC](https://github.com/tokio-rs/tokio/pull/3845)) //! //! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section