rust-book-cn/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/tests/common.rs
2021-05-09 14:49:31 +08:00

4 lines
84 B
Rust

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