Add some TODOs
This commit is contained in:
parent
d7dc8aac77
commit
63f5c6fba9
2 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ pub enum EntryKind {
|
|||
Task,
|
||||
TaskDone(NaiveDate),
|
||||
Note,
|
||||
Birthday,
|
||||
Birthday, // TODO Add age gere instead of in title
|
||||
}
|
||||
|
||||
/// A single instance of a command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue