mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +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;
|