mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
doc: added tracing to the feature flags section (#3254)
This commit is contained in:
@@ -316,6 +316,7 @@
|
|||||||
//! - `signal`: Enables all `tokio::signal` types.
|
//! - `signal`: Enables all `tokio::signal` types.
|
||||||
//! - `fs`: Enables `tokio::fs` types.
|
//! - `fs`: Enables `tokio::fs` types.
|
||||||
//! - `test-util`: Enables testing based infrastructure for the Tokio runtime.
|
//! - `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
|
//! _Note: `AsyncRead` and `AsyncWrite` traits do not require any features and are
|
||||||
//! always available._
|
//! always available._
|
||||||
|
|||||||
Reference in New Issue
Block a user