mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-24 13:37:44 +00:00
Derive Debug for RepairError
This commit is contained in:
parent
69c3ca3bf9
commit
4c9987a236
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ pub enum RepairAction {
|
|||
VersionFileCanRestore,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum RepairError<'a> {
|
||||
FailedRepair(&'a Repository),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue