summaryrefslogtreecommitdiff
path: root/rust/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/main.rs')
-rw-r--r--rust/src/main.rs2
1 files changed, 0 insertions, 2 deletions
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());
}