mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-29 00:17:55 +00:00
Update commas and blocks in match arms
This commit is contained in:
@@ -75,8 +75,8 @@ impl FieldAttrs {
|
||||
quote_expr!(cx,
|
||||
{
|
||||
match S::format() {
|
||||
$arms,
|
||||
_ => $default
|
||||
$arms
|
||||
_ => { $default }
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user