]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-4791/buggy.rs
Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco
[rust.git] / src / tools / rustfmt / tests / target / issue-4791 / buggy.rs
1 // rustfmt-struct_field_align_threshold: 30
2 // rustfmt-trailing_comma: Never
3
4 struct Foo {
5     group_a: u8,
6
7     group_b: u8
8 }
9
10 struct Bar {
11     group_a: u8,
12
13     group_b: u8
14 }