:fire:

Antonio Scandurra and Nathan Sobo created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

crates/workspace/src/lib.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/workspace/src/lib.rs 🔗

@@ -610,8 +610,6 @@ impl Workspace {
             return None;
         }
 
-        // let (worktree_id, path) = project_path.clone();
-
         let worktree = match self
             .project
             .read(cx)