diff --git a/src/eval/command.rs b/src/eval/command.rs index b277a7d..e65e6e6 100644 --- a/src/eval/command.rs +++ b/src/eval/command.rs @@ -244,6 +244,7 @@ impl<'a> CommandState<'a> { } fn eval_except(&mut self, date: NaiveDate) { + // TODO Error if nothing is removed? self.dated.remove(&date); } @@ -252,7 +253,7 @@ impl<'a> CommandState<'a> { span: Span, from: NaiveDate, to: Option, - to_time: Option