Whitespace fix again.
This commit is contained in:
parent
15982fe369
commit
d0790c490a
14 changed files with 109 additions and 100 deletions
|
@ -3883,11 +3883,11 @@ impl<'a> Parser<'a> {
|
|||
// If the struct looks otherwise well formed, recover and continue.
|
||||
if let Some(sp) = comma_sp {
|
||||
err.span_suggestion_short_with_applicability(
|
||||
sp,
|
||||
"remove this comma",
|
||||
String::new(),
|
||||
Applicability::MachineApplicable,
|
||||
);
|
||||
sp,
|
||||
"remove this comma",
|
||||
String::new(),
|
||||
Applicability::MachineApplicable,
|
||||
);
|
||||
}
|
||||
err.emit();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue