Skip to content

Commit 4f84376

Browse files
committed
core: Remove GenericChan/Port from prelude. Closes #4762
1 parent 9d7014e commit 4f84376

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/prelude.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub use path::GenericPath;
3434
pub use path::Path;
3535
pub use path::PosixPath;
3636
pub use path::WindowsPath;
37-
pub use pipes::{GenericChan, GenericPort};
3837
pub use ptr::Ptr;
3938
pub use str::{StrSlice, Trimmable, OwnedStr};
4039
pub use to_bytes::IterBytes;

0 commit comments

Comments
 (0)