Update README, todos and example
This commit is contained in:
parent
14525088f9
commit
3d9c4102b6
4 changed files with 25 additions and 151 deletions
|
|
@ -227,7 +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?
|
||||
// TODO 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