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

This commit is contained in:
Robin Müller 2023-01-10 16:59:13 +01:00
parent 481de83fdb
commit d972dd5223
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -3,7 +3,10 @@
//! See [chrono::DateTime::format] for a usage example of the generated
//! [chrono::format::DelayedFormat] structs.
#[cfg(feature = "alloc")]
use chrono::{DateTime, Utc, format::{DelayedFormat, StrftimeItems}};
use chrono::{
format::{DelayedFormat, StrftimeItems},
DateTime, Utc,
};
/// Tuple of format string and formatted size for time code A.
///