about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index a3b18e50df2..85e914a60a1 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -36,6 +36,8 @@ not required in or otherwise suitable for the core library.
 extern mod core(vers = "0.6");
 use core::*;
 
+pub use uv_ll = core::unstable::uvll;
+
 // General io and system-services modules
 
 pub mod net;
@@ -45,7 +47,6 @@ pub mod net_url;
 
 // libuv modules
 pub mod uv;
-pub mod uv_ll;
 pub mod uv_iotask;
 pub mod uv_global_loop;