Silence warning in text example

This commit is contained in:
Max Brunsfeld 2021-04-06 14:36:16 -07:00
parent c632aab382
commit 0f157d5083

View file

@ -31,7 +31,7 @@ impl gpui::View for TextView {
"View"
}
fn render<'a>(&self, app: &gpui::AppContext) -> gpui::ElementBox {
fn render<'a>(&self, _: &gpui::AppContext) -> gpui::ElementBox {
TextElement.boxed()
}
}