From c8ead2e693a22fe94c6b3edeb3f49c7e6aec3912 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Tue, 31 Jan 2023 22:13:25 +0100 Subject: Remove the `NodeId` of `ast::ExprKind::Async` --- compiler/rustc_ast/src/ast.rs | 10 +++------- compiler/rustc_ast/src/mut_visit.rs | 3 +-- compiler/rustc_ast/src/visit.rs | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'compiler/rustc_ast/src') diff --git a/compiler/rustc_ast/src/ast.rs b/compiler/rustc_ast/src/ast.rs index 5d164bc4b3c..ab8b7f632e8 100644 --- a/compiler/rustc_ast/src/ast.rs +++ b/compiler/rustc_ast/src/ast.rs @@ -1426,13 +1426,9 @@ pub enum ExprKind { Block(P, Option