From 72190fe9bbe8b72294d4649d9c3b68f101f2aad2 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Tue, 24 Sep 2024 09:33:37 +0200 Subject: Split module into ast and parser --- rust/src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/src/main.rs') diff --git a/rust/src/main.rs b/rust/src/main.rs index b6cc9bf..f401886 100644 --- a/rust/src/main.rs +++ b/rust/src/main.rs @@ -2,8 +2,6 @@ use std::env::args; use lambda::run; -mod lambda; - fn main() { run(&args().nth(1).unwrap()); } -- cgit v1.2.3