2018-02-07 22:48:05 +09:00

5 lines
86 B
Rust

// Some nested mods
#[cfg(test)] mod nestedmod ;
pub mod no_new_line_beginning;