]> git.lizzy.rs Git - rust.git/blob - benches/helpers/mod.rs
Rustfmt all the things
[rust.git] / benches / helpers / mod.rs
1 // This module gets included in multiple crates, and they each only use part of it.
2 #![allow(dead_code)]
3
4 pub mod fibonacci_helper;
5 pub mod fibonacci_helper_iterative;
6 pub mod miri_helper;
7 pub mod smoke_helper;