"first" element check does nothing

This commit is contained in:
Oliver Scherer 2019-04-22 13:04:44 +02:00 committed by GitHub
parent b860feaffc
commit c60d6ddc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();