diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ pub const AUTOSAVE_REFSPEC: &str = "+refs/autosave/autosaves/*:refs/autosave/aut pub const UNDO_RESTORE_REF: &str = "refs/autosave/undo"; pub const RESTORED_AUTOSAVE_REF: &str = "refs/autosave/restored"; +#[derive(Debug)] pub struct Autosave { pub repo_id: String, pub branch_name: String, |
