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 9c4d144 + aef9dc8 commit 74add56Copy full SHA for 74add56
src/std_misc/process.md
@@ -3,7 +3,7 @@
3
The `process::Output` struct represents the output of a finished child process,
4
and the `process::Command` struct is a process builder.
5
6
-```rust,editable
+```rust,editable,ignore
7
use std::process::Command;
8
9
fn main() {
0 commit comments