cleanup
This commit is contained in:
parent
2d27932b6c
commit
8baa32ff95
2 changed files with 2 additions and 4 deletions
|
@ -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(_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue