add missing feature flag
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
This commit is contained in:
parent
8c0b78c698
commit
3d5829b9a8
@ -273,6 +273,7 @@ impl TimeReader for CdsShortTimeProvider {
|
|||||||
/// 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};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user