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

4 lines
84 B
Rust

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