Fix ProjectDiagnosticsEditor::breadcrumbs
signature
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
238ebafa48
commit
4d433663bd
1 changed files with 2 additions and 2 deletions
|
@ -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<Vec<ElementBox>> {
|
||||
fn breadcrumbs(&self, theme: &theme::Theme, cx: &AppContext) -> Option<Vec<BreadcrumbText>> {
|
||||
self.editor.breadcrumbs(theme, cx)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue