Use span in step error message

This commit is contained in:
Joscha 2021-12-05 18:35:34 +01:00
parent 96be690e9a
commit 8d49ac139a
3 changed files with 17 additions and 13 deletions

View file

@ -151,7 +151,7 @@ pub struct Repeat {
/// Start at the date when the latest `DONE` was created instead of the
/// task's previous occurrence.
pub start_at_done: bool,
pub delta: Delta,
pub delta: Spanned<Delta>,
}
#[derive(Debug)]