rust/benches/helpers/mod.rs
2016-06-17 22:35:34 -06:00

8 lines
211 B
Rust

// This module gets included in multiple crates, and they each only use part of it.
#![allow(dead_code)]
pub mod fibonacci_helper;
pub mod fibonacci_helper_iterative;
pub mod miri_helper;
pub mod smoke_helper;