rust/tests/target/5131_crate.rs

10 lines
139 B
Rust
Raw Normal View History

// 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};