diff --git a/crates/diagnostics/src/diagnostics.rs b/crates/diagnostics/src/diagnostics.rs index be4bde97d5a1fd8f997ffb91c45fe171f535b517..94a3c368474b88a47111b426b7c5160d4d98fbe2 100644 --- a/crates/diagnostics/src/diagnostics.rs +++ b/crates/diagnostics/src/diagnostics.rs @@ -32,7 +32,7 @@ use std::{ }; use util::TryFutureExt; use workspace::{ - item::{Item, ItemEvent, ItemHandle}, + item::{BreadcrumbText, Item, ItemEvent, ItemHandle}, ItemNavHistory, Pane, ToolbarItemLocation, Workspace, }; @@ -654,7 +654,7 @@ impl Item for ProjectDiagnosticsEditor { Some("diagnostics") } - fn breadcrumbs(&self, theme: &theme::Theme, cx: &AppContext) -> Option> { + fn breadcrumbs(&self, theme: &theme::Theme, cx: &AppContext) -> Option> { self.editor.breadcrumbs(theme, cx) }