mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Update crates/recent_projects/src/highlighted_workspace_location.rs
Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
b15632bd45
commit
9ef3e45bcd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue