5 lines
86 B
Rust
5 lines
86 B
Rust
// Some nested mods
|
|
|
|
#[cfg(test)] mod nestedmod ;
|
|
pub mod no_new_line_beginning;
|