summaryrefslogtreecommitdiff
path: root/lib/utils.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-09-08 15:35:44 +0600
committerunwox <me@unwox.com>2025-09-08 15:42:13 +0600
commit9470b10bdd9e1cc166a4b9ddfbdf09d1c4818ae8 (patch)
treed7d76f00078ea8abd9cac0fc43a66e53d2d81dde /lib/utils.fnl
parent43a3ad32f9a17b23f211f61c28e37296ac4447f9 (diff)
update according to changes in luna
Diffstat (limited to 'lib/utils.fnl')
-rw-r--r--lib/utils.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils.fnl b/lib/utils.fnl
index f0be29b..b537c86 100644
--- a/lib/utils.fnl
+++ b/lib/utils.fnl
@@ -9,7 +9,6 @@
(values (table.unpack res)))
(fn test-peg [file peg]
- (local fennel (require :vendor.fennel))
(local parser (require :parser.parser))
(with-open [f (io.open file "r")]
(local contents (f:read :*all))