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, 1 insertions, 1 deletions
diff --git a/rust/src/main.rs b/rust/src/main.rs
index 136e868..b0e8ed9 100644
--- a/rust/src/main.rs
+++ b/rust/src/main.rs
@@ -3,7 +3,7 @@ use std::{
io::{stdin, stdout},
};
-use lambda::{eval_file, repl};
+use lambda::io::{eval_file, repl};
fn main() {
if args().count() > 1 {