diff --git a/gpui/examples/text.rs b/gpui/examples/text.rs index bc07057fb1..e481ce5e2f 100644 --- a/gpui/examples/text.rs +++ b/gpui/examples/text.rs @@ -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() } }