Fix some of the warnings
This commit is contained in:
parent
6b6a30c3da
commit
f8b91bd0f0
4 changed files with 58 additions and 150 deletions
|
@ -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>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue