File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 64
64
//! - `local-time`: Enables local time formatting when using the [`time`
65
65
//! crate]'s timestamp formatters with the `fmt` subscriber.
66
66
//!
67
+ //! [`registry`]: mod@registry
68
+ //!
67
69
//! ### Optional Dependencies
68
70
//!
69
71
//! - [`tracing-log`]: Enables better formatting for events emitted by `log`
81
83
//! used without requiring the Rust standard library, although some features are
82
84
//! disabled. Although most of the APIs provided by `tracing-subscriber`, such
83
85
//! as [`fmt`] and [`EnvFilter`], require the standard library, some
84
- //! functionality, such as the [`Subscribe `] trait, can still be used in
86
+ //! functionality, such as the [`Layer `] trait, can still be used in
85
87
//! `no_std` environments.
86
88
//!
87
89
//! The dependency on the standard library is controlled by two crate feature
158
160
//! [`env_logger` crate]: https://crates.io/crates/env_logger
159
161
//! [`parking_lot`]: https://crates.io/crates/parking_lot
160
162
//! [`time` crate]: https://crates.io/crates/time
163
+ //! [`libstd`]: https://doc.rust-lang.org/std/index.html
161
164
//! [`liballoc`]: https://doc.rust-lang.org/alloc/index.html
162
165
//! [`libstd`]: https://doc.rust-lang.org/std/index.html
163
166
#![ doc(
You can’t perform that action at this time.
0 commit comments