Skip to content

Commit

Permalink
Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
marqvi committed May 4, 2024
1 parent a7f2883 commit 21b983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std_misc/process/pipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process via pipes.

```rust,ignore
use std::io::prelude::*;
use std::process::Stdio;
use std::process::{Command, Stdio};
static PANGRAM: &'static str =
"the quick brown fox jumps over the lazy dog\n";
Expand Down

0 comments on commit 21b983a

Please sign in to comment.