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