Skip to content

Commit bff4e93

Browse files
committed
Add missing "see its documentation for more" stdio
StdoutLock and StderrLock does not have example, it would be better to leave "see its documentation for more" like iter docs.
1 parent 352238d commit bff4e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/io/stdio.rs

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)