Compare commits
1 Commits
481de83fdb
...
v0.4.0
Author | SHA1 | Date | |
---|---|---|---|
d972dd5223 |
@@ -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.
|
||||
///
|
||||
|
Reference in New Issue
Block a user