Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-4791
/
trailing_comma.rs
blob: 29a224b3f6d9686828106cc84cd9bf25913a7214 [
file
]
// 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
,
}