summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3118.rs
blob: ce73a5c789cf71426fedb7a3db20c3d870df9859 (plain)
1
2
3
4
5
6
7
8
9
10
11
use {
    crate::foo::bar,
    bytes::{Buf, BufMut},
    std::io,
};

mod foo {
    pub mod bar {}
}

fn main() {}