summaryrefslogtreecommitdiff
path: root/matrix-bin/src/main.rs
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-20 18:58:54 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-20 18:58:54 -0500
commit671301383b965bb3d59bcda03e0775733e96d398 (patch)
tree56cd5adeefab518c100b044aa7d60caa08d0b698 /matrix-bin/src/main.rs
parentthings (diff)
downloadmatrix-671301383b965bb3d59bcda03e0775733e96d398.tar.gz
matrix-671301383b965bb3d59bcda03e0775733e96d398.tar.bz2
matrix-671301383b965bb3d59bcda03e0775733e96d398.zip
lang is not expr based
Diffstat (limited to 'matrix-bin/src/main.rs')
-rw-r--r--matrix-bin/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/matrix-bin/src/main.rs b/matrix-bin/src/main.rs
index 7e3c3c6..3ae8135 100644
--- a/matrix-bin/src/main.rs
+++ b/matrix-bin/src/main.rs
@@ -54,7 +54,6 @@ impl<'a> State<'a> {
let compiler = CompilerBuilder::new()
.repl(repl)
.debug(args.debug)
- .globals(vm.globals())
.build();
(Self { parser, vm, compiler, repl }, file)