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

This commit is contained in:
2023-01-09 23:47:47 +01:00
parent f290d2a54e
commit 2e90cba5bd

View File

@@ -3,8 +3,7 @@
//! 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::format::{DelayedFormat, StrftimeItems}; use chrono::{DateTime, Utc, format::{DelayedFormat, StrftimeItems}};
use chrono::{DateTime, Utc};
/// Tuple of format string and formatted size for time code A. /// Tuple of format string and formatted size for time code A.
/// ///