put some ASCII includes behind alloc feature
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-01-09 23:47:47 +01:00
parent f290d2a54e
commit 2e90cba5bd
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

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