Skip to content

Commit e715bc0

Browse files
authored
Remove unnecessary comma
1 parent 7378582 commit e715bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/mbe/transcribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ fn metavar_expr_concat<'tx>(
561561
ident.span,
562562
"Nested repetitions with `${concat(...)}` metavariable expressions are not yet supported",
563563
));
564-
},
564+
}
565565
MatchedSingle(pnr) => extract_symbol_from_pnr(dcx, pnr, ident.span)?,
566566
}
567567
}

0 commit comments

Comments
 (0)