about summary refs log tree commit diff
path: root/src/lib/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-08-11 19:07:25 -0700
committerBrian Anderson <banderson@mozilla.com>2011-08-12 12:08:27 -0700
commit0b71d1d445c01e1763f38ab62372f7e07b7ff0ff (patch)
tree4c0dd8b10c31a3308e300431cdf55caeb1d838a1 /src/lib/std.rc
parent82b1e3f5cc0d0fec0f7fbab0f9b8766ce732c792 (diff)
downloadrust-0b71d1d445c01e1763f38ab62372f7e07b7ff0ff.tar.gz
rust-0b71d1d445c01e1763f38ab62372f7e07b7ff0ff.zip
Remove std::io
Diffstat (limited to 'src/lib/std.rc')
-rw-r--r--src/lib/std.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc
index e18642bc46b..6f642e1954b 100644
--- a/src/lib/std.rc
+++ b/src/lib/std.rc
@@ -20,7 +20,6 @@ mod str;
 
 // General io and system-services modules.
 
-mod io;
 mod ioivec;
 mod sys;
 mod task;