rust/tests/target/mod-2.rs

6 lines
80 B
Rust
Raw Normal View History

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