Apply suggestions from code review
Co-authored-by: Travis Cross <tc@traviscross.com>
This commit is contained in:
parent
9b0e7f6264
commit
299e5d0514
2 changed files with 2 additions and 2 deletions
|
@ -774,7 +774,7 @@ impl<'a> State<'a> {
|
|||
}
|
||||
}
|
||||
ast::ExprKind::Yield(e, YieldKind::Postfix) => {
|
||||
// it's not possible to have a postfix yield with no expression.
|
||||
// It's not possible to have a postfix yield with no expression.
|
||||
let e = e.as_ref().unwrap();
|
||||
self.print_expr_cond_paren(
|
||||
e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue