summaryrefslogtreecommitdiffstats
path: root/library/std/benches/hash/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/benches/hash/mod.rs')
-rw-r--r--library/std/benches/hash/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/benches/hash/mod.rs b/library/std/benches/hash/mod.rs
new file mode 100644
index 000000000..42401a21b
--- /dev/null
+++ b/library/std/benches/hash/mod.rs
@@ -0,0 +1,2 @@
+mod map;
+mod set_ops;