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 e788e90 commit bb74b13Copy full SHA for bb74b13
src/libstd/process.rs
@@ -22,7 +22,7 @@
22
//! use std::process::Command;
23
//!
24
//! // Note that by default, the output of the command will be sent to stdout
25
-//! let child = Command::new("echo")
+//! let mut child = Command::new("echo")
26
//! .arg("Hello world")
27
//! .spawn()
28
//! .expect("Failed to start process");
0 commit comments