mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-05-03 11:58:04 +08:00
4 lines
84 B
Rust
4 lines
84 B
Rust
pub fn setup() {
|
|
// setup code specific to your library's tests would go here
|
|
}
|