Skip to content

Commit 74add56

Browse files
authored
Merge pull request #968 from projektir/ignore-process
Ignoring `process.md` as it requires `rustc` to be present in PATH
2 parents 9c4d144 + aef9dc8 commit 74add56

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)