rust-managed/src/lib.rs

7 lines
65 B
Rust
Raw Normal View History

2016-12-17 12:19:21 +08:00
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}