diff options
Diffstat (limited to 'src/environment.rs')
-rw-r--r-- | src/environment.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.rs b/src/environment.rs index 006b45b..d88e1b5 100644 --- a/src/environment.rs +++ b/src/environment.rs @@ -54,7 +54,7 @@ impl Scope { pub enum Definition { Integer(IntegerDefinition), - Block(BlockLiteral), + Block, } pub enum IntegerDefinition { |