summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4791/no_trailing_comma.rs
blob: 4a37163969ae95959865c3b4cd038a11e7c553d5 (plain)
1
2
3
4
5
6
7
8
// rustfmt-struct_field_align_threshold: 0
// rustfmt-trailing_comma: Never

pub struct Baz {
    group_a: u8,

    group_b: u8
}