recipes/common/src/lib.rs

6 lines
No EOL
83 B
Rust

mod recipes {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}