Use singular for directory names
This commit is contained in:
10
example/hello/src/main.rs
Normal file
10
example/hello/src/main.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
fn main() {}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
|
||||
#[test]
|
||||
fn the_bin_test() {
|
||||
assert_eq!(1 + 1, 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user