]> git.lizzy.rs Git - rust.git/blob - library/std/benches/lib.rs
Rollup merge of #74751 - GuillaumeGomez:cleanup-e0730, r=jyn514
[rust.git] / library / std / benches / lib.rs
1 #![feature(test)]
2
3 extern crate test;
4
5 mod hash;