summaryrefslogtreecommitdiffstats
path: root/src/icalwrap
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-03-11 12:07:23 +0100
committerNora <nora.widdecke@tu-bs.de>2019-03-11 12:07:23 +0100
commit7aa3f7a4907d27f0685d6e6b8e84556dac85e0ab (patch)
tree629a61ce67a8fbfffd4281c7e67882bd1e5626ca /src/icalwrap
parente0d47a54ad12ca72982ecdd792b05bb792819675 (diff)
cleanup
Diffstat (limited to 'src/icalwrap')
-rw-r--r--src/icalwrap/icalvcalendar.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/icalwrap/icalvcalendar.rs b/src/icalwrap/icalvcalendar.rs
index ebc5046..adbe513 100644
--- a/src/icalwrap/icalvcalendar.rs
+++ b/src/icalwrap/icalvcalendar.rs
@@ -373,7 +373,6 @@ impl Drop for IcalComponentOwner {
mod tests {
use super::*;
use crate::testdata;
- use crate::khevent::KhEvent;
use chrono::{Local,TimeZone};
#[test]