From 8582363b4e2e98cef94bf2cbce222da6fdba6728 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 18 Dec 2021 13:40:24 +0100 Subject: [PATCH] stats: mark stats feature unstable in lib.rs (#4327) --- tokio/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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