]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-977.rs
Add One option to group_imports (#4966)
[rust.git] / tests / source / issue-977.rs
1 // rustfmt-normalize_comments: true
2
3 trait NameC { /* comment */ }
4 struct FooC { /* comment */ }
5 enum MooC { /* comment */ }
6 mod BarC { /* comment */ }
7 extern { /* comment */ }