Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
5131_crate.rs
blob: 557d66703554614633f3d36c8ef41471113d58a9 [
file
] [
log
] [
blame
] [
edit
]
// rustfmt-imports_granularity: Crate
use
foo
::{
a
,
b
,
b
as
b2
,
b
::{
f
,
g
,
g
as
g2
},
c
,
d
::
e
,
};
use
qux
::{
h
,
h
as
h2
,
i
};