cargo fmt

This commit is contained in:
2023-01-10 16:59:13 +01:00
parent 481de83fdb
commit 40f0141950

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.
///