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
This commit is contained in:
commit
fa332c9015
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
///
|
||||
/// This struct is used in the [`stderr`] field on [`Child`].
|
||||
///
|
||||
/// [`Child`]: struct.Child.html
|
||||
/// [`stderr`]: struct.Child.html#structfield.stderr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue