Fix Clippy warning
This commit is contained in:
parent
a1a0aa0200
commit
392279e97c
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ impl Parser {
|
|||
let else_span = else_keyword.span();
|
||||
let span = at_span.join(else_span).unwrap_or(else_span);
|
||||
span.error("expected body for this `@else`").emit();
|
||||
return Err(());
|
||||
Err(())
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue