File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ impl Registry {
72
72
73
73
/// Trait implemented by callsites.
74
74
///
75
- /// These functions are only intended to be called by the [ `Registry`] which
75
+ /// These functions are only intended to be called by the `Registry` which
76
76
/// correctly handles determining the common interest between all subscribers.
77
77
pub trait Callsite : Sync {
78
78
/// Sets the [`Interest`] for this callsite.
@@ -114,7 +114,7 @@ pub struct Identifier(
114
114
/// [`enabled`] is evaluated for every event.
115
115
///
116
116
/// This function will also re-compute the global maximum level as determined by
117
- /// the [`Subscriber::max_level_hint`] method. If a [`Subscriber`]
117
+ /// the [`Subscriber::max_level_hint`](crate::Subscriber::max_level_hint) method. If a [`Subscriber`]
118
118
/// implementation changes the value returned by its `max_level_hint`
119
119
/// implementation at runtime, then it **must** call this function after that
120
120
/// value changes, in order for the change to be reflected.
You can’t perform that action at this time.
0 commit comments