about summary refs log tree commit diff
path: root/src/libextra/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/test.rs')
-rw-r--r--src/libextra/test.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libextra/test.rs b/src/libextra/test.rs
index 672c4cd648c..209b46809ce 100644
--- a/src/libextra/test.rs
+++ b/src/libextra/test.rs
@@ -751,9 +751,6 @@ impl BenchHarness {
 }
 
 pub mod bench {
-    use core::prelude::*;
-
-    use core::vec;
     use test::{BenchHarness, BenchSamples};
 
     pub fn benchmark(f: &fn(&mut BenchHarness)) -> BenchSamples {