Skip to content

Commit 289523a

Browse files
hawkwkaffarell
authored andcommitted
subscriber: fix broken docs links (tokio-rs#1902)
This branch fixes some broken documentation links and other docs issues in `tracing-subscriber`.
1 parent 2ac8438 commit 289523a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tracing-subscriber/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
//! - `local-time`: Enables local time formatting when using the [`time`
6565
//! crate]'s timestamp formatters with the `fmt` subscriber.
6666
//!
67+
//! [`registry`]: mod@registry
68+
//!
6769
//! ### Optional Dependencies
6870
//!
6971
//! - [`tracing-log`]: Enables better formatting for events emitted by `log`
@@ -81,7 +83,7 @@
8183
//! used without requiring the Rust standard library, although some features are
8284
//! disabled. Although most of the APIs provided by `tracing-subscriber`, such
8385
//! 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
8587
//! `no_std` environments.
8688
//!
8789
//! The dependency on the standard library is controlled by two crate feature
@@ -158,6 +160,7 @@
158160
//! [`env_logger` crate]: https://crates.io/crates/env_logger
159161
//! [`parking_lot`]: https://crates.io/crates/parking_lot
160162
//! [`time` crate]: https://crates.io/crates/time
163+
//! [`libstd`]: https://doc.rust-lang.org/std/index.html
161164
//! [`liballoc`]: https://doc.rust-lang.org/alloc/index.html
162165
//! [`libstd`]: https://doc.rust-lang.org/std/index.html
163166
#![doc(

0 commit comments

Comments
 (0)