Skip to content

Commit

Permalink
fix a try_init link
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Sep 21, 2020
1 parent 4b60c4d commit a5a9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ where

impl<T> SubscriberInitExt for T where T: Into<Dispatch> {}

/// Error returned by [`try_init`] if a global default subscriber could not be initialized.
/// Error returned by [`try_init`](SubscriberInitExt::try_init) if a global default subscriber could not be initialized.
pub struct TryInitError {
inner: Box<dyn Error + Send + Sync + 'static>,
}
Expand Down

0 comments on commit a5a9fbd

Please sign in to comment.