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.
2 parents a7f2883 + 21b983a commit 229ad13Copy full SHA for 229ad13
src/std_misc/process/pipe.md
@@ -6,7 +6,7 @@ process via pipes.
6
7
```rust,ignore
8
use std::io::prelude::*;
9
-use std::process::Stdio;
+use std::process::{Command, Stdio};
10
11
static PANGRAM: &'static str =
12
"the quick brown fox jumps over the lazy dog\n";
0 commit comments