blob: 4a37163969ae95959865c3b4cd038a11e7c553d5 [file] [log] [blame]
// rustfmt-struct_field_align_threshold: 0
// rustfmt-trailing_comma: Never
pub struct Baz {
group_a: u8,
group_b: u8
}