From 481cc0b759fbaccb3fbb57d090bece5ff4254efc Mon Sep 17 00:00:00 2001 From: Fredrik Meringdal Date: Tue, 27 Oct 2020 11:51:51 +0100 Subject: removed unused code --- src/iter/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iter') diff --git a/src/iter/mod.rs b/src/iter/mod.rs index 6a48649..8e0d4a5 100644 --- a/src/iter/mod.rs +++ b/src/iter/mod.rs @@ -12,7 +12,7 @@ use crate::options::*; use crate::datetime::{Time, DTime, from_ordinal, get_weekday_val}; use chrono::offset::TimeZone; use chrono::prelude::*; -use chrono::{DateTime, Duration}; +use chrono::Duration; pub trait IterResult { fn accept(&mut self, date: DTime) -> bool; -- cgit v1.2.3