Sign in
rust
/
rust
/
656d4e8a962ca51f7a76167fc762fabfaec0cbbd
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-4791
/
no_trailing_comma.rs
blob: 4a37163969ae95959865c3b4cd038a11e7c553d5 [
file
] [
log
] [
blame
]
// rustfmt-struct_field_align_threshold: 0
// rustfmt-trailing_comma: Never
pub
struct
Baz
{
group_a
:
u8
,
group_b
:
u8
}