We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e223c4 commit 4fe9033Copy full SHA for 4fe9033
tracing-subscriber/src/lib.rs
@@ -25,7 +25,7 @@
25
//! Enabled by default.
26
//! - `ansi`: Enables `fmt` support for ANSI terminal colors. Enabled by
27
//! default.
28
-//! - `registry`: enables the experimental [`registry`] module.
+//! - `registry`: enables the [`registry`] module. Enabled by default.
29
//! - `json`: Enables `fmt` support for JSON output. In JSON output, the ANSI feature does nothing.
30
//!
31
//! ### Optional Dependencies
0 commit comments