rust/tests/source/mod-2.rs

5 lines
86 B
Rust
Raw Normal View History

2015-07-01 14:13:10 -05:00
// Some nested mods
#[cfg(test)] mod nestedmod ;
2015-11-20 15:44:15 -06:00
pub mod no_new_line_beginning;