File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ pub struct Stdin {
231
231
inner : & ' static Mutex < BufReader < StdinRaw > > ,
232
232
}
233
233
234
- /// A locked reference to the `Stdin` handle.
234
+ /// A locked reference to the [ `Stdin`] handle.
235
235
///
236
236
/// This handle implements both the [`Read`] and [`BufRead`] traits, and
237
237
/// is constructed via the [`Stdin::lock`] method.
@@ -494,7 +494,7 @@ pub struct Stdout {
494
494
inner : Pin < & ' static ReentrantMutex < RefCell < LineWriter < StdoutRaw > > > > ,
495
495
}
496
496
497
- /// A locked reference to the `Stdout` handle.
497
+ /// A locked reference to the [ `Stdout`] handle.
498
498
///
499
499
/// This handle implements the [`Write`] trait, and is constructed via
500
500
/// the [`Stdout::lock`] method.
@@ -708,9 +708,9 @@ pub struct Stderr {
708
708
inner : Pin < & ' static ReentrantMutex < RefCell < StderrRaw > > > ,
709
709
}
710
710
711
- /// A locked reference to the `Stderr` handle.
711
+ /// A locked reference to the [ `Stderr`] handle.
712
712
///
713
- /// This handle implements the `Write` trait and is constructed via
713
+ /// This handle implements the [ `Write`] trait and is constructed via
714
714
/// the [`Stderr::lock`] method.
715
715
///
716
716
/// ### Note: Windows Portability Consideration
You can’t perform that action at this time.
0 commit comments