Error when moving untimed entry to new time
This commit is contained in:
parent
1ac39c69f2
commit
73a44a697a
4 changed files with 18 additions and 4 deletions
|
|
@ -266,7 +266,7 @@ pub enum Statement {
|
|||
span: Span,
|
||||
from: NaiveDate,
|
||||
to: Option<NaiveDate>,
|
||||
to_time: Option<Time>,
|
||||
to_time: Option<Spanned<Time>>,
|
||||
},
|
||||
Remind(Option<Spanned<Delta>>),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue