10 lines
139 B
Rust
10 lines
139 B
Rust
// 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};
|