Fix test
This commit is contained in:
parent
45629dbdd6
commit
7822d0c921
1 changed files with 1 additions and 7 deletions
|
|
@ -173,13 +173,7 @@ pub fn format_expr(
|
|||
},
|
||||
ast::ExprKind::Closure(capture, movability, ref fn_decl, ref body, _) => {
|
||||
closures::rewrite_closure(
|
||||
capture,
|
||||
movability,
|
||||
fn_decl,
|
||||
body,
|
||||
expr.span,
|
||||
context,
|
||||
shape,
|
||||
capture, movability, fn_decl, body, expr.span, context, shape,
|
||||
)
|
||||
}
|
||||
ast::ExprKind::Try(..)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue