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