diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-16 23:17:49 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-16 23:17:49 +0200 |
commit | e508161cd3580888febaef4bbb848e219797e378 (patch) | |
tree | 8c1640ea0dc261f39ae4b6bd9d2b8e2a4d43c41d /src/monthinfo.rs | |
parent | 4bb8cfd0cda78574c1be2d7c137bfbf937bfe8cc (diff) | |
download | rust_rrule-e508161cd3580888febaef4bbb848e219797e378.zip |
clippy stuff fixed
Diffstat (limited to 'src/monthinfo.rs')
-rw-r--r-- | src/monthinfo.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/monthinfo.rs b/src/monthinfo.rs index d17da48..8ccda94 100644 --- a/src/monthinfo.rs +++ b/src/monthinfo.rs @@ -1,10 +1,5 @@ -use crate::masks::Masks; use crate::options::*; use crate::yearinfo::*; -use chrono::prelude::*; -use chrono::{DateTime, Duration}; - -struct RRule {} #[derive(Debug)] pub struct MonthInfo { |