diff options
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 2 |
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; |
