17 lines
No EOL
158 B
Rust
17 lines
No EOL
158 B
Rust
|
|
|
|
|
|
#![allow(unused_imports)]
|
|
#![allow(unused_variables)]
|
|
#![allow(dead_code)]
|
|
|
|
|
|
#[test]
|
|
|
|
|
|
|
|
fn test_module_structure() {
|
|
|
|
|
|
assert!(true);
|
|
} |