mirror of
https://github.com/qwjyh/xdbm
synced 2025-04-19 19:25:49 +09:00
update: remove todo!() at the end of cmd_status
This commit is contained in:
parent
7592ec0ad0
commit
d743e607ac
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ pub(crate) fn cmd_status(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
todo!()
|
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get [`Backup`]s for `device` which covers `target_path`.
|
/// Get [`Backup`]s for `device` which covers `target_path`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue