diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-02-02 03:10:12 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-02-21 17:36:54 -0800 |
| commit | dab6a852303f68c2ed6c17abaca1d0728d9cf618 (patch) | |
| tree | 6f22544f3bd824afb418a609182a9ac5f5908647 /src/libstd/net_ip.rs | |
| parent | ab784b7de522c358e682e00c3a01d44d32c56943 (diff) | |
| download | rust-dab6a852303f68c2ed6c17abaca1d0728d9cf618.tar.gz rust-dab6a852303f68c2ed6c17abaca1d0728d9cf618.zip | |
core: Extract comm from pipes. #4742
Diffstat (limited to 'src/libstd/net_ip.rs')
| -rw-r--r-- | src/libstd/net_ip.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/net_ip.rs b/src/libstd/net_ip.rs index 4a185f68e17..bc17cb0bfe9 100644 --- a/src/libstd/net_ip.rs +++ b/src/libstd/net_ip.rs @@ -12,7 +12,7 @@ use core::libc; use core::prelude::*; -use core::pipes::{stream, SharedChan}; +use core::comm::{stream, SharedChan}; use core::ptr; use core::result; use core::str; |
