Skip to content

Commit

Permalink
subscriber: fix broken link in Targets rustdoc (#1972)
Browse files Browse the repository at this point in the history
The link `[global]` is defined at the bottom (and already used in line
32), so I used it here as well
  • Loading branch information
tfreiberg-fastly committed Mar 8, 2022
1 parent 4f714f0 commit cc1f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/filter/targets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ use tracing_core::{Interest, Level, Metadata, Subscriber};
/// by the user at runtime.
///
/// The `Targets` filter can be used as a [per-layer filter][plf] *and* as a
/// [global filter]:
/// [global filter][global]:
///
/// ```rust
/// use tracing_subscriber::{
Expand Down

0 comments on commit cc1f155

Please sign in to comment.