Skip to content

Commit 4fe9033

Browse files
authored
docs: update top-level documentation of tracing-subscriber features (#762)
1 parent 6e223c4 commit 4fe9033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-subscriber/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! Enabled by default.
2626
//! - `ansi`: Enables `fmt` support for ANSI terminal colors. Enabled by
2727
//! default.
28-
//! - `registry`: enables the experimental [`registry`] module.
28+
//! - `registry`: enables the [`registry`] module. Enabled by default.
2929
//! - `json`: Enables `fmt` support for JSON output. In JSON output, the ANSI feature does nothing.
3030
//!
3131
//! ### Optional Dependencies

0 commit comments

Comments
 (0)