File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ pub trait WithSubscriber: Sized {
171171 /// ```
172172 ///
173173 /// [`Subscriber`]: super::Subscriber
174- /// [default]: crate:: dispatcher#setting-the-default-subscriber
174+ /// [default]: dispatcher#setting-the-default-subscriber
175175 /// [`Future`]: std::future::Future
176176 fn with_subscriber < S > ( self , subscriber : S ) -> WithDispatch < Self >
177177 where
@@ -222,13 +222,13 @@ pub trait WithSubscriber: Sized {
222222 /// # }
223223 /// ```
224224 /// [`Subscriber`]: super::Subscriber
225- /// [default]: crate:: dispatcher#setting-the-default-subscriber
225+ /// [default]: dispatcher#setting-the-default-subscriber
226226 /// [`Future`]: std::future::Future
227227 #[ inline]
228228 fn with_current_subscriber ( self ) -> WithDispatch < Self > {
229229 WithDispatch {
230230 inner : self ,
231- dispatcher : crate :: dispatcher:: get_default ( |default| default. clone ( ) ) ,
231+ dispatcher : dispatcher:: get_default ( |default| default. clone ( ) ) ,
232232 }
233233 }
234234}
You can’t perform that action at this time.
0 commit comments