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
This commit is contained in:
Michael Gattozzi
2017-03-25 17:19:36 -04:00
parent 3da40237e5
commit 1d59c67942

View File

@@ -233,8 +233,9 @@ impl fmt::Debug for ChildStdout {
}
}
/// A handle to a child process's stderr. This struct is used in the [`stderr`]
/// field on [`Child`].
/// A handle to a child process's stderr. It can be used to
/// read any errors that the child process has output while
/// running.
///
/// [`Child`]: struct.Child.html
/// [`stderr`]: struct.Child.html#structfield.stderr