mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
Fix a compilation error
This commit is contained in:
parent
9cb8ce172d
commit
6f8947a3d3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ use util::{
|
|||
test::{marked_text_ranges, marked_text_ranges_by, sample_text, TextRangeMarker},
|
||||
};
|
||||
use workspace::{
|
||||
item::{FollowableItem, Item},
|
||||
item::{FollowableItem, Item, ItemHandle},
|
||||
NavigationEntry, ViewId,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue