Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
imports-reorder-lines-and-items.rs
blob: 98a5afe43480a9e2ee85311a3ea1ed00f078bcdc [
file
] [
log
] [
blame
]
use
std
::
cmp
::{
a
,
b
,
c
,
d
};
use
std
::
ddd
::
aaa
;
use
std
::
ddd
::{
a
,
b
,
c
as
g
,
d
as
p
};
/// This comment should stay with `use std::str;`
use
std
::
str
;
// This comment should stay with `use std::ddd:bbb;`
use
std
::
ddd
::
bbb
;