Add todo
This commit is contained in:
parent
5869e50bf5
commit
261c304268
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ impl fmt::Display for Statement {
|
|||
|
||||
impl fmt::Display for DoneDate {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
// TODO Convert to Dates and back to remove redundant dates?
|
||||
match self {
|
||||
DoneDate::Date { root } => write!(f, "{}", root),
|
||||
DoneDate::DateTime { root, root_time } => write!(f, "{} {}", root, root_time),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue