]> git.lizzy.rs Git - rust.git/blob - tests/target/5131_one.rs
Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-03-16
[rust.git] / tests / target / 5131_one.rs
1 // rustfmt-imports_granularity: One
2
3 pub use foo::{x, x as x2, y};
4 use {
5     bar::{
6         a,
7         b::{self, f, g},
8         c,
9         d::{e, e as e2},
10     },
11     qux::{h, i},
12 };