Skip to content

Commit 229ad13

Browse files
authored
Merge pull request #1841 from marqvi/patch-1
Missing import
2 parents a7f2883 + 21b983a commit 229ad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/process/pipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ process via pipes.
66

77
```rust,ignore
88
use std::io::prelude::*;
9-
use std::process::Stdio;
9+
use std::process::{Command, Stdio};
1010
1111
static PANGRAM: &'static str =
1212
"the quick brown fox jumps over the lazy dog\n";

0 commit comments

Comments
 (0)