diff options
| author | Zack Corr <zack@z0w0.me> | 2013-02-10 18:09:09 +1000 |
|---|---|---|
| committer | Zack Corr <zack@z0w0.me> | 2013-02-10 18:10:09 +1000 |
| commit | 4f843763a19ff50b8422c19e2c6e6743f3c84a9c (patch) | |
| tree | ff5bd343120a437380bb3eaf6fa48614ed4e235e /src | |
| parent | 9d7014e55c06a184b02ccf724497c4c72d4d2041 (diff) | |
| download | rust-4f843763a19ff50b8422c19e2c6e6743f3c84a9c.tar.gz rust-4f843763a19ff50b8422c19e2c6e6743f3c84a9c.zip | |
core: Remove GenericChan/Port from prelude. Closes #4762
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/prelude.rs | 1 |
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; |
