rust/tests/source/mod-2.rs

5 lines
86 B
Rust
Raw Normal View History

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