]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-4791/no_trailing_comma.rs
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / issue-4791 / no_trailing_comma.rs
1 // rustfmt-struct_field_align_threshold: 0
2 // rustfmt-trailing_comma: Never
3
4 pub struct Baz {
5     group_a: u8,
6
7     group_b: u8
8 }