about summary refs log tree commit diff
path: root/src/libcoretest/cmp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcoretest/cmp.rs')
-rw-r--r--src/libcoretest/cmp.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcoretest/cmp.rs b/src/libcoretest/cmp.rs
index 9ed1508c3eb..e0d396c68b4 100644
--- a/src/libcoretest/cmp.rs
+++ b/src/libcoretest/cmp.rs
@@ -110,8 +110,6 @@ fn test_partial_max() {
 
 #[test]
 fn test_user_defined_eq() {
-    use core::num::SignedInt;
-
     // Our type.
     struct SketchyNum {
         num : isize