about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/prelude.rs1
1 files changed, 0 insertions, 1 deletions
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;