about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorJeff Olson <olson.jeffery@gmail.com>2012-04-02 09:12:43 -0700
committerBrian Anderson <banderson@mozilla.com>2012-04-06 15:35:50 -0700
commit7c0fed469f70fffc7164539ba9e6e28bf84371a3 (patch)
treeb835b879ba04906fbc9e718f5caa272eb88ba15f /src/libstd/std.rc
parentf18991d90093f4c34cadb418c432bdcf414c5b63 (diff)
downloadrust-7c0fed469f70fffc7164539ba9e6e28bf84371a3.tar.gz
rust-7c0fed469f70fffc7164539ba9e6e28bf84371a3.zip
rename uv::direct:: to uv::ll:: and put into its own crate
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 072ad5e25ac..7469e318322 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -23,7 +23,10 @@ export test, tempfile, serialization;
 // General io and system-services modules
 
 mod net;
+
+// libuv modules
 mod uv;
+mod uv_ll;
 
 
 // Utility modules