aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.rs b/src/compiler.rs
index 722b944..347abe6 100644
--- a/src/compiler.rs
+++ b/src/compiler.rs
@@ -1,6 +1,5 @@
use std::{borrow::Cow, path::{Path, PathBuf}};
use std::cell::RefCell;
-use std::collections::hash_map::Entry;
use std::collections::HashMap;
use std::rc::Rc;