diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-16 05:18:39 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-16 05:18:39 -0400 |
| commit | 728d951b87ae9ba15ca1453d24ce9ce618badd5a (patch) | |
| tree | 55f77c3d9c3fe0f7d659161fa85c729981cee27b /src/commands/today/prelude.rs | |
| parent | 7d47be4c40ac8f9a9c33ae8c78e44d20c2c46ef6 (diff) | |
repo: apply rustfmt
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()) |
