Merge remote-tracking branch 'origin/main' into improve_cds_short_impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-12-07 18:44:06 +01:00
commit 3ee237865c

View File

@ -819,6 +819,7 @@ pub mod cds {
/// 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.
pub mod ascii { pub mod ascii {
#[cfg(feature = "alloc")]
use chrono::format::{DelayedFormat, StrftimeItems}; use chrono::format::{DelayedFormat, StrftimeItems};
use chrono::{DateTime, Utc}; use chrono::{DateTime, Utc};