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 @@ -497,7 +497,7 @@ pub struct Stdout {
497
497
/// A locked reference to the [`Stdout`] handle.
498
498
///
499
499
/// This handle implements the [`Write`] trait, and is constructed via
500
- /// the [`Stdout::lock`] method.
500
+ /// the [`Stdout::lock`] method. See its documentation for more.
501
501
///
502
502
/// ### Note: Windows Portability Consideration
503
503
/// When operating in a console, the Windows implementation of this stream does not support
@@ -711,7 +711,7 @@ pub struct Stderr {
711
711
/// A locked reference to the [`Stderr`] handle.
712
712
///
713
713
/// This handle implements the [`Write`] trait and is constructed via
714
- /// the [`Stderr::lock`] method.
714
+ /// the [`Stderr::lock`] method. See its documentation for more.
715
715
///
716
716
/// ### Note: Windows Portability Consideration
717
717
/// When operating in a console, the Windows implementation of this stream does not support
You can’t perform that action at this time.
0 commit comments