rust/tests/target/mod-2.rs

5 lines
67 B
Rust
Raw Normal View History

2015-07-01 21:13:10 +02:00
// Some nested mods
mod nestedmod;
2015-11-20 22:44:15 +01:00
pub mod no_new_line_beginning;