rust-book/adder/tests/common/mod.rs
2019-01-31 15:09:52 -05:00

4 lines
84 B
Rust

pub fn setup() {
// setup code specific to your library's tests would go here
}