Skip to content

Commit a5a9fbd

Browse files
committed
fix a try_init link
1 parent 4b60c4d commit a5a9fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-subscriber/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ where
7979

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

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

0 commit comments

Comments
 (0)