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