Skip to content

Commit 32c3d02

Browse files
committed
Disable dubious pipe test
1 parent 86992b6 commit 32c3d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/pipe.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl PipeStream {
4545
///
4646
/// # Example
4747
///
48-
/// ```rust
48+
/// ```{rust,no_run}
4949
/// # #![allow(unused_must_use)]
5050
/// extern crate libc;
5151
///

0 commit comments

Comments
 (0)