From 52042f3cd5e44cffc4d6badc28ff98ea310f050c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 30 Jan 2021 17:09:07 +0100 Subject: fix warning --- src/compiler.rs | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.1