mirror of
https://github.com/qwjyh/xdbm
synced 2024-12-05 04:51:04 +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`.
|
||||
|
|
Loading…
Reference in a new issue