mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 12:13:12 +00:00
5 lines
86 B
Rust
5 lines
86 B
Rust
// Some nested mods
|
|
|
|
#[cfg(test)] mod nestedmod ;
|
|
pub mod no_new_line_beginning;
|