Skip to content

Commit 21b983a

Browse files
authored
Missing import
1 parent a7f2883 commit 21b983a

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)