about summary refs log tree commit diff
path: root/src/libcore/int-template.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/int-template.rs')
-rw-r--r--src/libcore/int-template.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/int-template.rs b/src/libcore/int-template.rs
index 4946a0997c1..d04123fdb2b 100644
--- a/src/libcore/int-template.rs
+++ b/src/libcore/int-template.rs
@@ -21,7 +21,6 @@ use from_str::FromStr;
 use iter;
 use num;
 use num::Num::from_int;
-use prelude::*;
 use str;
 use uint;
 use vec;