diff options
| author | Mica White <botahamec@outlook.com> | 2026-03-31 19:42:16 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-03-31 19:42:16 -0400 |
| commit | a42030e36f79502112783aedeb79e1797bd7d968 (patch) | |
| tree | d06f972d1d5b5fee499094b88fc9aa71340ba526 /src/lib.rs | |
| parent | 439a4bfc68b97fe198d2dfd59557ee34957dab6a (diff) | |
Document --all-devices
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, |
