summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5033/nested_modules.rs
blob: 7a11133b60bb1975afa4c4d92eb2bc87999a0737 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![rustfmt::skip]

mod a {
    mod b {

    }

    // trailing comment b
}

// trailing comment a