about summary refs log tree commit diff
path: root/src/liballoc/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc/benches/lib.rs')
-rw-r--r--src/liballoc/benches/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs
index a1884b7d548..4bf5ec10c41 100644
--- a/src/liballoc/benches/lib.rs
+++ b/src/liballoc/benches/lib.rs
@@ -1,8 +1,6 @@
 #![feature(repr_simd)]
 #![feature(test)]
 
-extern crate rand;
-extern crate rand_xorshift;
 extern crate test;
 
 mod btree;