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.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 7d46e73a697..a0ab714de05 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -33,7 +33,7 @@ not required in or otherwise suitable for the core library.
 #[no_core];
 
 extern mod core(vers = "0.6");
-use core::*;
+use core::prelude::*;
 
 pub mod uv_ll;