Skip to content

Commit c60d6dd

Browse files
authored
"first" element check does nothing
1 parent b860fea commit c60d6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ impl MacroArgParser {
847847
span: Span,
848848
) -> Option<()> {
849849
let mut buffer = String::new();
850-
let mut first = false;
850+
let mut first = true;
851851
let mut lo = span.lo();
852852
let mut hi = span.hi();
853853

0 commit comments

Comments
 (0)