Update commas and blocks in match arms

This commit is contained in:
Hugo Duncan
2015-05-14 17:28:44 -04:00
parent ec483fc07d
commit bdec0b3e63
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ impl FieldAttrs {
quote_expr!(cx,
{
match S::format() {
$arms,
_ => $default
$arms
_ => { $default }
}
})
},