mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
9589cac62d
Fixes #838
6 lines
80 B
Rust
6 lines
80 B
Rust
// Some nested mods
|
|
|
|
#[cfg(test)]
|
|
mod nestedmod;
|
|
pub mod no_new_line_beginning;
|