Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
5131_one.rs
blob: a086dae5a42218d77867d6d9420a1d8f2fecdabb [
file
] [
log
] [
blame
]
// rustfmt-imports_granularity: One
pub
use
foo
::{
x
,
x
as
x2
,
y
};
use
{
bar
::{
a
,
b
::{
self
,
f
,
g
},
c
,
d
::{
e
,
e
as
e2
},
},
qux
::{
h
,
i
},
};