Skip to content

Commit aef9dc8

Browse files
committed
Ignoring process.md as it requires rustc to be present in PATH
1 parent bbe3a99 commit aef9dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `process::Output` struct represents the output of a finished child process,
44
and the `process::Command` struct is a process builder.
55

6-
```rust,editable
6+
```rust,editable,ignore
77
use std::process::Command;
88
99
fn main() {

0 commit comments

Comments
 (0)