Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
imports-reorder.rs
blob: fbdef3630e8b2426b0d3d893a724d1c5a75f30fa [
file
] [
log
] [
blame
]
// rustfmt-normalize_comments: true
// rustfmt-reorder_imported_names: true
use
path
::{
self
/* self */
,
/* A */
A
,
B
/* B */
,
C
};
use
{
Z
,
aa
,
ab
,
ac
,
b
};