rust/tests/target/nestedmod/submod2/a.rs
Kevin Yeh 4d7de5a16e Support single-line functions
By default, places functions with empty bodies on one line.
If the function has only one expression or statement that fits on one line, the 'fn_single_line' option can be used.
2015-11-19 14:23:56 -06:00

6 lines
54 B
Rust

// Yet Another mod
// Nested
use c::a;
fn foo() { }