From 728d951b87ae9ba15ca1453d24ce9ce618badd5a Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 16 Aug 2024 05:18:39 -0400 Subject: repo: apply rustfmt --- src/commands/today/prelude.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands/today/prelude.rs') 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()) -- cgit v1.3.1