Skip to content

Commit

Permalink
Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnik
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Apr 9, 2017
2 parents 2c48ae6 + c7f2dbe commit fa332c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa332c9

Please sign in to comment.