diff options
Diffstat (limited to 'src/syntax/expr.rs')
| -rw-r--r-- | src/syntax/expr.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syntax/expr.rs b/src/syntax/expr.rs index 11a85404..68b96f9c 100644 --- a/src/syntax/expr.rs +++ b/src/syntax/expr.rs @@ -190,8 +190,6 @@ pub struct BlockExpr { pub span: Span, /// The list of expressions contained in the block. pub exprs: Vec<Expr>, - /// Whether the block should create a scope. - pub scoping: bool, } /// A unary operation: `-x`. |
