diff --git a/src/libcore/prelude.rs b/src/libcore/prelude.rs index a798d8c866a..9cf683fb9b6 100644 --- a/src/libcore/prelude.rs +++ b/src/libcore/prelude.rs @@ -34,7 +34,6 @@ pub use path::GenericPath; pub use path::Path; pub use path::PosixPath; pub use path::WindowsPath; -pub use pipes::{GenericChan, GenericPort}; pub use ptr::Ptr; pub use str::{StrSlice, Trimmable, OwnedStr}; pub use to_bytes::IterBytes;