aboutsummaryrefslogtreecommitdiffstats
path: root/src/run
diff options
context:
space:
mode:
Diffstat (limited to 'src/run')
-rw-r--r--src/run/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run/mod.rs b/src/run/mod.rs
index 47bf175..5e3b3e7 100644
--- a/src/run/mod.rs
+++ b/src/run/mod.rs
@@ -2,7 +2,6 @@ use std::collections::HashMap;
use std::fs;
use std::os::unix::fs::PermissionsExt;
use std::path::PathBuf;
-use std::thread::Thread;
use crate::parse::Ast;
use crate::*;