summaryrefslogtreecommitdiffstats
path: root/library/std/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/benches/lib.rs')
-rw-r--r--library/std/benches/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/std/benches/lib.rs b/library/std/benches/lib.rs
new file mode 100644
index 000000000..4d1cf7fab
--- /dev/null
+++ b/library/std/benches/lib.rs
@@ -0,0 +1,5 @@
+#![feature(test)]
+
+extern crate test;
+
+mod hash;