Sign in
rust
/
rustfmt
/
refs/heads/rust-1.46
/
.
/
tests
/
source
/
imports-reorder-lines-and-items.rs
blob: b6380f31c6104117067a1e72098389ef838d11d0 [
file
] [
log
] [
blame
]
/// This comment should stay with `use std::str;`
use
std
::
str
;
use
std
::
cmp
::{
d
,
c
,
b
,
a
};
use
std
::
ddd
::
aaa
;
use
std
::
ddd
::{
d
as
p
,
c
as
g
,
b
,
a
};
// This comment should stay with `use std::ddd:bbb;`
use
std
::
ddd
::
bbb
;