aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index c366367..5cbdf00 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,8 +2,6 @@
#![feature(exclusive_range_pattern, let_chains)]
mod lex;
-// mod parse;
-// mod check;
mod tree;
-fn main() { }
+fn main() {}