We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb450b commit c7ba00fCopy full SHA for c7ba00f
src/format/formatting.rs
@@ -31,7 +31,6 @@ use locales::*;
31
/// This is normally constructed via `format` methods of each date and time type.
32
#[cfg(feature = "alloc")]
33
#[derive(Debug)]
34
-#[cfg_attr(feature = "defmt", derive(defmt::Format))]
35
pub struct DelayedFormat<I> {
36
/// The date view, if any.
37
date: Option<NaiveDate>,
0 commit comments