]> git.lizzy.rs Git - rust.git/blob - tests/source/mod-2.rs
chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
[rust.git] / tests / source / mod-2.rs
1 // Some nested mods
2
3 #[cfg(test)]  mod   nestedmod  ;
4 pub  mod no_new_line_beginning;