Skip to content

Commit c7ba00f

Browse files
committed
Remove derived defmt on DelayedFormat
When std i enabled, it includes std::string::String and DelayedFormat and it fails.
1 parent 8bb450b commit c7ba00f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/format/formatting.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use locales::*;
3131
/// This is normally constructed via `format` methods of each date and time type.
3232
#[cfg(feature = "alloc")]
3333
#[derive(Debug)]
34-
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
3534
pub struct DelayedFormat<I> {
3635
/// The date view, if any.
3736
date: Option<NaiveDate>,

0 commit comments

Comments
 (0)