cargo fmt
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-01-15 20:29:58 +01:00
parent f1f9f695e5
commit 49f3497ca8
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -8,9 +8,9 @@ use super::*;
use crate::private::Sealed;
#[cfg(feature = "alloc")]
use alloc::boxed::Box;
use chrono::Datelike;
#[cfg(feature = "alloc")]
use core::any::Any;
use chrono::Datelike;
use core::fmt::Debug;
use core::ops::{Add, AddAssign};
use core::time::Duration;