catchup with main

This commit is contained in:
KCaverly 2023-08-23 22:31:39 +02:00
commit b72c4c576b
133 changed files with 13374 additions and 959 deletions

View file

@ -482,7 +482,7 @@ impl Item for ProjectSearchView {
.update(cx, |editor, cx| editor.deactivated(cx));
}
fn tab_content<T: View>(
fn tab_content<T: 'static>(
&self,
_detail: Option<usize>,
tab_theme: &theme::Tab,