Skip to content

Commit ea43e5e

Browse files
authored
Rollup merge of #82395 - pickfire:see-more, r=GuillaumeGomez
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.
2 parents be3d1eb + bff4e93 commit ea43e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/io/stdio.rs

Lines changed: 2 additions & 2 deletions
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)