"first" element check does nothing
This commit is contained in:
parent
b860feaffc
commit
c60d6ddc02
@ -847,7 +847,7 @@ impl MacroArgParser {
|
||||
span: Span,
|
||||
) -> Option<()> {
|
||||
let mut buffer = String::new();
|
||||
let mut first = false;
|
||||
let mut first = true;
|
||||
let mut lo = span.lo();
|
||||
let mut hi = span.hi();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user