6 lines
65 B
Rust
6 lines
65 B
Rust
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn it_works() {
|
|
}
|
|
}
|