rust/tests/target/issue-1124.rs
2018-06-27 15:28:32 +02:00

22 lines
203 B
Rust

// rustfmt-normalize_comments: true
use a;
use b;
use c;
use d;
// The previous line has a space after the `use a;`
mod a {
use a;
use b;
use c;
use d;
}
use z;
use y;
use a;
use x;