We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c4b71 commit 8c4a68dCopy full SHA for 8c4a68d
src/libstd/process.rs
@@ -701,9 +701,11 @@ impl AsInnerMut<imp::Command> for Command {
701
fn as_inner_mut(&mut self) -> &mut imp::Command { &mut self.inner }
702
}
703
704
-/// The output of a finished process. This is returned in a Result by
705
-/// either the [`output`] method of a [`Command`], or the
706
-/// [`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
707
+/// [`Command`], or the [`wait_with_output`] method of a [`Child`]
708
+/// process.
709
///
710
/// [`Command`]: struct.Command.html
711
/// [`Child`]: struct.Child.html
0 commit comments