Skip to content

Commit cc1f155

Browse files
subscriber: fix broken link in Targets rustdoc (#1972)
The link `[global]` is defined at the bottom (and already used in line 32), so I used it here as well
1 parent 4f714f0 commit cc1f155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-subscriber/src/filter/targets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ use tracing_core::{Interest, Level, Metadata, Subscriber};
111111
/// by the user at runtime.
112112
///
113113
/// The `Targets` filter can be used as a [per-layer filter][plf] *and* as a
114-
/// [global filter]:
114+
/// [global filter][global]:
115115
///
116116
/// ```rust
117117
/// use tracing_subscriber::{

0 commit comments

Comments
 (0)