Skip to content

Commit 3ef194c

Browse files
committed
Remove the NodeId of ast::ExprKind::Async
1 parent 4e658cc commit 3ef194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ pub(crate) fn format_expr(
366366
))
367367
}
368368
}
369-
ast::ExprKind::Async(capture_by, _node_id, ref block) => {
369+
ast::ExprKind::Async(capture_by, ref block) => {
370370
let mover = if capture_by == ast::CaptureBy::Value {
371371
"move "
372372
} else {

0 commit comments

Comments
 (0)