about summary refs log tree commit diff
path: root/src/libcore/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/benches/lib.rs')
-rw-r--r--src/libcore/benches/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/benches/lib.rs b/src/libcore/benches/lib.rs
index d2db329da79..201064e823b 100644
--- a/src/libcore/benches/lib.rs
+++ b/src/libcore/benches/lib.rs
@@ -20,6 +20,6 @@ extern crate test;
 mod any;
 mod hash;
 mod iter;
-mod mem;
 mod num;
 mod ops;
+mod slice;