summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/nestedmod/submod2/a.rs
blob: 0eaf08f0d2ca743c2708944abe29c2d5209054d2 (plain)
1
2
3
4
5
6
// Yet Another mod
// Nested

use c::a;

fn foo(    ) {    }