Disable dubious pipe test

This commit is contained in:
Aaron Turon 2014-11-19 22:57:28 -08:00
parent 86992b6437
commit 32c3d02780
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ impl PipeStream {
/// ///
/// # Example /// # Example
/// ///
/// ```rust /// ```{rust,no_run}
/// # #![allow(unused_must_use)] /// # #![allow(unused_must_use)]
/// extern crate libc; /// extern crate libc;
/// ///