aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-30 17:09:07 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-30 17:09:07 +0100
commit52042f3cd5e44cffc4d6badc28ff98ea310f050c (patch)
treed7b144ca45e45c63a9fcbe9c76ec6400be72267a
parent85d9b613dd3d66e9fe23115fb9b5c1246a54d4f0 (diff)
downloadsylt-52042f3cd5e44cffc4d6badc28ff98ea310f050c.tar.gz
fix warning
-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;