diff --git a/src/std_misc/process.md b/src/std_misc/process.md index 0f9279f86d..9c9423090b 100644 --- a/src/std_misc/process.md +++ b/src/std_misc/process.md @@ -3,7 +3,7 @@ The `process::Output` struct represents the output of a finished child process, and the `process::Command` struct is a process builder. -```rust,editable +```rust,editable,ignore use std::process::Command; fn main() {