Silence warning in text example
This commit is contained in:
parent
c632aab382
commit
0f157d5083
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ impl gpui::View for TextView {
|
||||||
"View"
|
"View"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn render<'a>(&self, app: &gpui::AppContext) -> gpui::ElementBox {
|
fn render<'a>(&self, _: &gpui::AppContext) -> gpui::ElementBox {
|
||||||
TextElement.boxed()
|
TextElement.boxed()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue