Fix some of the warnings

This commit is contained in:
Piotr Osiewicz 2023-11-16 18:36:19 +01:00
parent 6b6a30c3da
commit f8b91bd0f0
4 changed files with 58 additions and 150 deletions

View file

@ -792,7 +792,7 @@ impl Item for TerminalView {
// }
fn breadcrumb_location(&self) -> ToolbarItemLocation {
ToolbarItemLocation::PrimaryLeft { flex: None }
ToolbarItemLocation::PrimaryLeft
}
fn breadcrumbs(&self, _: &theme::Theme, cx: &AppContext) -> Option<Vec<BreadcrumbText>> {