diff options
Diffstat (limited to 'src/commands/today/prelude.rs')
| -rw-r--r-- | src/commands/today/prelude.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/today/prelude.rs b/src/commands/today/prelude.rs index d5f470d..f02fffc 100644 --- a/src/commands/today/prelude.rs +++ b/src/commands/today/prelude.rs @@ -1,6 +1,6 @@ pub use std::iter::{ - once, empty, + once, }; pub use lazy_static::lazy_static; @@ -15,7 +15,6 @@ pub use super::{ TodayIter, }; - #[inline] pub fn month_day(date: chrono::NaiveDateTime) -> (u32, u32) { (date.month(), date.day()) |
