From f26f444f42c9369bcf8afe14ea00ea53dd663cc2 Mon Sep 17 00:00:00 2001 From: Aldas <40773946+faith@users.noreply.github.com> Date: Sun, 13 Dec 2020 14:26:56 +0000 Subject: [PATCH] doc: added tracing to the feature flags section (#3254) --- tokio/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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._