Fix a compilation error

Kirill Bulatov created

Change summary

crates/editor/src/editor_tests.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/editor/src/editor_tests.rs 🔗

@@ -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,
 };