mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-14 01:57:55 +00:00
Fix errant backtick in WeakDispatch docs
Note: this error is not present on `master`.
This commit is contained in:
parent
0e4a4bef5e
commit
25368a341e
@ -159,7 +159,7 @@ pub struct Dispatch {
|
||||
/// `WeakDispatch` is a version of [`Dispatch`] that holds a non-owning reference
|
||||
/// to a [`Subscriber`].
|
||||
///
|
||||
/// The Subscriber` may be accessed by calling [`WeakDispatch::upgrade`],
|
||||
/// The `Subscriber` may be accessed by calling [`WeakDispatch::upgrade`],
|
||||
/// which returns an `Option<Dispatch>`. If all [`Dispatch`] clones that point
|
||||
/// at the `Subscriber` have been dropped, [`WeakDispatch::upgrade`] will return
|
||||
/// `None`. Otherwise, it will return `Some(Dispatch)`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user