mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-01 06:50:49 +00:00
docs: Remove reference to old tokio feature flag (#857)
The `experimental-tracing` feature flag only existed in tokio 0.1.x and is no longer necessary in tokio 0.2.x
This commit is contained in:
parent
cdeefe3bc1
commit
5a361f8a6d
@ -120,13 +120,6 @@
|
||||
//! instead.
|
||||
//! </pre></div>
|
||||
//!
|
||||
//! Finally, `tokio` users should note that versions of `tokio` >= 0.1.22
|
||||
//! support an `experimental-tracing` feature flag. When this flag is enabled,
|
||||
//! the `tokio` runtime's thread pool will automatically propagate the default
|
||||
//! subscriber. This means that if `tokio::runtime::Runtime::new()` or
|
||||
//! `tokio::run()` are invoked when a default subscriber is set, it will also be
|
||||
//! set by all worker threads created by that runtime.
|
||||
//!
|
||||
//! ## Accessing the Default Subscriber
|
||||
//!
|
||||
//! A thread's current default subscriber can be accessed using the
|
||||
|
@ -118,13 +118,6 @@
|
||||
//! instead.
|
||||
//! </pre></div>
|
||||
//!
|
||||
//! Finally, `tokio` users should note that versions of `tokio` >= 0.1.22
|
||||
//! support an `experimental-tracing` feature flag. When this flag is enabled,
|
||||
//! the `tokio` runtime's thread pool will automatically propagate the default
|
||||
//! subscriber. This means that if `tokio::runtime::Runtime::new()` or
|
||||
//! `tokio::run()` are invoked when a default subscriber is set, it will also be
|
||||
//! set by all worker threads created by that runtime.
|
||||
//!
|
||||
//! ## Accessing the Default Subscriber
|
||||
//!
|
||||
//! A thread's current default subscriber can be accessed using the
|
||||
|
Loading…
x
Reference in New Issue
Block a user