Error when moving untimed entry to new time

This commit is contained in:
Joscha 2021-12-21 19:33:55 +01:00
parent 1ac39c69f2
commit 73a44a697a
4 changed files with 18 additions and 4 deletions

View file

@ -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>>),
}