From 04f4bb429075221c951fb53a56b6455afb869917 Mon Sep 17 00:00:00 2001 From: Jonas Hietala Date: Tue, 16 Sep 2014 10:10:56 +0200 Subject: Rename std::io::net::unix to std::io::net::pipe. Renamed as we may support pipes for other platforms. Closes #12093 [breaking-change] --- src/libstd/io/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/io/test.rs') diff --git a/src/libstd/io/test.rs b/src/libstd/io/test.rs index 769ad2a8468..6c94eb4af58 100644 --- a/src/libstd/io/test.rs +++ b/src/libstd/io/test.rs @@ -34,7 +34,7 @@ macro_rules! iotest ( use io::net::ip::*; use io::net::udp::*; #[cfg(unix)] - use io::net::unix::*; + use io::net::pipe::*; use io::timer::*; use io::process::*; use rt::running_on_valgrind; -- cgit 1.4.1-3-g733a5