This commit is contained in:
parent
481de83fdb
commit
d972dd5223
@ -3,7 +3,10 @@
|
|||||||
//! See [chrono::DateTime::format] for a usage example of the generated
|
//! See [chrono::DateTime::format] for a usage example of the generated
|
||||||
//! [chrono::format::DelayedFormat] structs.
|
//! [chrono::format::DelayedFormat] structs.
|
||||||
#[cfg(feature = "alloc")]
|
#[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.
|
/// Tuple of format string and formatted size for time code A.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user