Skip to content

Commit

Permalink
Disable dubious pipe test
Browse files Browse the repository at this point in the history
  • Loading branch information
aturon committed Nov 21, 2014
1 parent 86992b6 commit 32c3d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/pipe.rs
Expand Up @@ -45,7 +45,7 @@ impl PipeStream {
///
/// # Example
///
/// ```rust
/// ```{rust,no_run}
/// # #![allow(unused_must_use)]
/// extern crate libc;
///
Expand Down

5 comments on commit 32c3d02

@bors
Copy link
Contributor

@bors bors commented on 32c3d02 Nov 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at aturon@32c3d02

@bors
Copy link
Contributor

@bors bors commented on 32c3d02 Nov 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging aturon/rust/remove-runtime = 32c3d02 into auto

@bors
Copy link
Contributor

@bors bors commented on 32c3d02 Nov 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aturon/rust/remove-runtime = 32c3d02 merged ok, testing candidate = c9f6d69

@bors
Copy link
Contributor

@bors bors commented on 32c3d02 Nov 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 32c3d02 Nov 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c9f6d69

Please sign in to comment.