]> git.lizzy.rs Git - rust.git/commitdiff
core: Remove GenericChan/Port from prelude. Closes #4762
authorZack Corr <zack@z0w0.me>
Sun, 10 Feb 2013 08:09:09 +0000 (18:09 +1000)
committerZack Corr <zack@z0w0.me>
Sun, 10 Feb 2013 08:10:09 +0000 (18:10 +1000)
src/libcore/prelude.rs

index a798d8c866a3f2307331e8baf87808c2e2ae6ddb..9cf683fb9b67702f4980631abe3c6520fe4ba42a 100644 (file)
@@ -34,7 +34,6 @@
 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;