mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Remove the NodeId
of ast::ExprKind::Async
This commit is contained in:
parent
4e658cc01e
commit
3ef194c14c
@ -366,7 +366,7 @@ pub(crate) fn format_expr(
|
||||
))
|
||||
}
|
||||
}
|
||||
ast::ExprKind::Async(capture_by, _node_id, ref block) => {
|
||||
ast::ExprKind::Async(capture_by, ref block) => {
|
||||
let mover = if capture_by == ast::CaptureBy::Value {
|
||||
"move "
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user