From 4b8188f69272658945e3c20425308a9951c0eba6 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 24 Aug 2025 18:30:00 -0400 Subject: apparently ‘mod.rs’ is the old way MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forth/mod.rs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/forth/mod.rs (limited to 'src/forth/mod.rs') diff --git a/src/forth/mod.rs b/src/forth/mod.rs deleted file mode 100644 index aea8bda..0000000 --- a/src/forth/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -pub mod compiler; -pub mod vm; -- cgit v1.3