core: Remove GenericChan/Port from prelude. Closes #4762

This commit is contained in:
Zack Corr 2013-02-10 18:09:09 +10:00
parent 9d7014e55c
commit 4f843763a1

View File

@ -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;