Add line break after summary of process::Output
This commit is contained in:
parent
32c4b71471
commit
8c4a68dca1
1 changed files with 5 additions and 3 deletions
|
@ -701,9 +701,11 @@ impl AsInnerMut<imp::Command> for Command {
|
|||
fn as_inner_mut(&mut self) -> &mut imp::Command { &mut self.inner }
|
||||
}
|
||||
|
||||
/// The output of a finished process. This is returned in a Result by
|
||||
/// either the [`output`] method of a [`Command`], or the
|
||||
/// [`wait_with_output`] method of a [`Child`] process.
|
||||
/// The output of a finished process.
|
||||
///
|
||||
/// This is returned in a Result by either the [`output`] method of a
|
||||
/// [`Command`], or the [`wait_with_output`] method of a [`Child`]
|
||||
/// process.
|
||||
///
|
||||
/// [`Command`]: struct.Command.html
|
||||
/// [`Child`]: struct.Child.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue