Use span in step error message
This commit is contained in:
parent
96be690e9a
commit
8d49ac139a
3 changed files with 17 additions and 13 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue