rust/benches/helpers/mod.rs

8 lines
211 B
Rust
Raw Normal View History

2016-06-17 23:35:34 -05:00
// 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;