rust/tests/target/mod-2.rs

6 lines
80 B
Rust
Raw Normal View History

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