Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-4791
/
trailing_comma.rs
blob: c56c70faeae40f4916275883540b10b342fca9da [
file
] [
log
] [
blame
]
// rustfmt-struct_field_align_threshold: 30
// rustfmt-trailing_comma: Always
struct
Foo
{
group_a
:
u8
,
group_b
:
u8
}
struct
Bar
{
group_a
:
u8
,
group_b
:
u8
,
}