1
Fork 0
This commit is contained in:
yukang 2023-05-08 23:35:04 +08:00
parent 2d27932b6c
commit 8baa32ff95
2 changed files with 2 additions and 4 deletions

View file

@ -373,10 +373,6 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> {
}
}
fn visit_stmt(&mut self, stmt: &'a ast::Stmt) {
visit::walk_stmt(self, stmt);
}
fn visit_expr(&mut self, e: &'a ast::Expr) {
match e.kind {
ast::ExprKind::TryBlock(_) => {