diff --git a/crates/recent_projects/src/recent_projects.rs b/crates/recent_projects/src/recent_projects.rs index 6aa88ce93f269f122b75b396c78365cd691ae959..880defbf70808686b3ede0faa06098e75aabef52 100644 --- a/crates/recent_projects/src/recent_projects.rs +++ b/crates/recent_projects/src/recent_projects.rs @@ -228,8 +228,8 @@ impl PickerDelegate for RecentProjectsDelegate { let candidates = self .workspaces .iter() - .filter(|(id, _)| !self.is_current_workspace(*id, cx)) .enumerate() + .filter(|(_, (id, _))| !self.is_current_workspace(*id, cx)) .map(|(id, (_, location))| { let combined_string = match location { SerializedWorkspaceLocation::Local(paths, _) => paths