Rollup merge of #41721 - mgattozzi:stdin-stdout-update, r=steveklabnik
Update ChildStdin/ChildStdout docs to be clearer This is part of https://github.com/rust-lang/rust/issues/29370 and continues the work from https://github.com/rust-lang/rust/pull/40829
This commit is contained in:
commit
a7c8bd149a
1 changed files with 6 additions and 4 deletions
|
|
@ -148,8 +148,9 @@ impl fmt::Debug for Child {
|
|||
}
|
||||
}
|
||||
|
||||
/// A handle to a child process's stdin. This struct is used in the [`stdin`]
|
||||
/// field on [`Child`].
|
||||
/// A handle to a child process's stdin.
|
||||
///
|
||||
/// This struct is used in the [`stdin`] field on [`Child`].
|
||||
///
|
||||
/// [`Child`]: struct.Child.html
|
||||
/// [`stdin`]: struct.Child.html#structfield.stdin
|
||||
|
|
@ -190,8 +191,9 @@ impl fmt::Debug for ChildStdin {
|
|||
}
|
||||
}
|
||||
|
||||
/// A handle to a child process's stdout. This struct is used in the [`stdout`]
|
||||
/// field on [`Child`].
|
||||
/// A handle to a child process's stdout.
|
||||
///
|
||||
/// This struct is used in the [`stdout`] field on [`Child`].
|
||||
///
|
||||
/// [`Child`]: struct.Child.html
|
||||
/// [`stdout`]: struct.Child.html#structfield.stdout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue