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.
1 parent 3566832 commit 84ab6aeCopy full SHA for 84ab6ae
src/libstd/process.rs
@@ -42,7 +42,7 @@
42
//! example, piping output from one command into another command can be done
43
//! like so:
44
//!
45
-//! ```
+//! ```no_run
46
//! use std::process::{Command, Stdio};
47
48
//! // stdout must be configured with `Stdio::piped` in order to use
@@ -71,7 +71,7 @@
71
//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Write`] and
72
//! [`ChildStdin`] implements [`Read`]:
73
74
75
76
//! use std::io::Write;
77
0 commit comments