blob: f0fc485a3c218dc1cc00be7eaeeae114d8714844 [file] [log] [blame]
// rustfmt-reorder_imports: 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;