Parse REMINDs
This commit is contained in:
parent
03e98bbe72
commit
fe22c66c5c
4 changed files with 17 additions and 1 deletions
|
|
@ -267,6 +267,7 @@ pub enum Statement {
|
|||
from: NaiveDate,
|
||||
to: NaiveDate,
|
||||
},
|
||||
Remind(Option<Spanned<Delta>>),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue