fmt
This commit is contained in:
parent
241a654c07
commit
a6b41aa6ba
2 changed files with 4 additions and 4 deletions
|
@ -2310,9 +2310,7 @@ impl<'a> Parser<'a> {
|
|||
Err(errors::AsyncMoveOrderIncorrect { span: move_async_span }
|
||||
.into_diagnostic(&self.sess.span_diagnostic))
|
||||
} else {
|
||||
Ok(CaptureBy::Value {
|
||||
move_kw: move_kw_span,
|
||||
})
|
||||
Ok(CaptureBy::Value { move_kw: move_kw_span })
|
||||
}
|
||||
} else {
|
||||
Ok(CaptureBy::Ref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue