diff --git a/crates/studio/src/git.rs b/crates/studio/src/git.rs index b3841d7..2d9b215 100644 --- a/crates/studio/src/git.rs +++ b/crates/studio/src/git.rs @@ -154,6 +154,7 @@ impl GitWorktree { } /// List all worktrees + #[allow(dead_code)] pub fn list(&self) -> Result> { let output = Command::new("git") .current_dir(&self.repo_root)