about summary refs log tree commit diff
path: root/src/libstd/rt/task.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-11-12 11:01:24 -0800
committerbors <bors@rust-lang.org>2013-11-12 11:01:24 -0800
commitf1a67bd4c0b3a8497f561144485ad757842a0078 (patch)
tree46613d6a8b73fa8e4a2464e0576869689e12d88c /src/libstd/rt/task.rs
parent2ee72ba5c61f1b59d470e2899f208500f2cb0d7f (diff)
parent49ee49296b65f3d807142f3326bee71dd7e13290 (diff)
downloadrust-f1a67bd4c0b3a8497f561144485ad757842a0078.tar.gz
rust-f1a67bd4c0b3a8497f561144485ad757842a0078.zip
auto merge of #10423 : alexcrichton/rust/move-io, r=pcwalton
I still plan on reorganizing the internals of the IO module a bit, but this is the major move which has been on the horizon for awhile.
Diffstat (limited to 'src/libstd/rt/task.rs')
-rw-r--r--src/libstd/rt/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs
index 7620a4371c1..e73d15abb6c 100644
--- a/src/libstd/rt/task.rs
+++ b/src/libstd/rt/task.rs
@@ -29,7 +29,7 @@ use rt::borrowck;
 use rt::context::Context;
 use rt::context;
 use rt::env;
-use rt::io::Writer;
+use io::Writer;
 use rt::kill::Death;
 use rt::local::Local;
 use rt::logging::StdErrLogger;