diff --git a/crates/recent_projects/src/highlighted_workspace_location.rs b/crates/recent_projects/src/highlighted_workspace_location.rs index ca8b8b2828f1731c6ef5a4b63f3f1e65a37b7d78..5c3505cccde2897f4d77c6eed29218cf31f1b03b 100644 --- a/crates/recent_projects/src/highlighted_workspace_location.rs +++ b/crates/recent_projects/src/highlighted_workspace_location.rs @@ -61,7 +61,7 @@ impl HighlightedWorkspaceLocation { .paths() .iter() .map(|path| { - let full_path = util::paths::compact(&path); + let path = util::paths::compact(&path); let highlighted_text = Self::highlights_for_path( full_path.as_ref(), &string_match.positions,