summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vobject/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index 999e865..2938565 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -6,7 +6,6 @@
#![cfg_attr(feature = "clippy", deny(warnings))]
use std::collections::HashMap;
-use std::collections::hash_map::Entry::{Occupied, Vacant};
use std::borrow::ToOwned;
use std::str::FromStr;
use std::fmt;