diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2023-02-27 13:17:29 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2023-03-12 13:19:46 +0000 |
| commit | 4e658cc01ef5190445016ea951e21a2d0ae02a33 (patch) | |
| tree | 16c938498c6f452219c0e0f0aedf178322ec0daf /src/utils.rs | |
| parent | a5ba6e025f9c37dc3b9f0943355974288f0c4da9 (diff) | |
Remove `box_syntax` from AST and use in tools
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs index 1e89f3ae75f..a26375ee643 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -492,7 +492,6 @@ pub(crate) fn is_block_expr(context: &RewriteContext<'_>, expr: &ast::Expr, repr | ast::ExprKind::Assign(..) | ast::ExprKind::AssignOp(..) | ast::ExprKind::Await(..) - | ast::ExprKind::Box(..) | ast::ExprKind::Break(..) | ast::ExprKind::Cast(..) | ast::ExprKind::Continue(..) |
