Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-1124.rs
blob: 35c2197fa346fe2abebc03ee9e381ad3368cf251 [
file
]
// rustfmt-reorder_imports: true
use
d
;
use
c
;
use
b
;
use
a
;
// The previous line has a space after the `use a;`
mod
a
{
use
d
;
use
c
;
use
b
;
use
a
;
}
use
z
;
use
y
;
use
x
;
use
a
;