File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ pub struct Stdout {
497497/// A locked reference to the [`Stdout`] handle.
498498///
499499/// 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.
501501///
502502/// ### Note: Windows Portability Consideration
503503/// When operating in a console, the Windows implementation of this stream does not support
@@ -711,7 +711,7 @@ pub struct Stderr {
711711/// A locked reference to the [`Stderr`] handle.
712712///
713713/// 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.
715715///
716716/// ### Note: Windows Portability Consideration
717717/// 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