rust-book/adder/tests/common/mod.rs

4 lines
84 B
Rust
Raw Normal View History

2019-01-31 15:09:52 -05:00
pub fn setup() {
// setup code specific to your library's tests would go here
}