Skip to content

Commit fa332c9

Browse files
committed
Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnik
Update ChildStderr docs to be clearer Before the docs only had a line about where it was found and that it was a handle to stderr. This commit changes it so that the summary second line is removed and that it's a bit clearer about what can be done with it. Part of #29370
2 parents 2c48ae6 + c7f2dbe commit fa332c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libstd/process.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ impl fmt::Debug for ChildStdout {
233233
}
234234
}
235235

236-
/// A handle to a child process's stderr. This struct is used in the [`stderr`]
237-
/// field on [`Child`].
236+
/// A handle to a child process's stderr.
237+
///
238+
/// This struct is used in the [`stderr`] field on [`Child`].
238239
///
239240
/// [`Child`]: struct.Child.html
240241
/// [`stderr`]: struct.Child.html#structfield.stderr

0 commit comments

Comments
 (0)