diff --git a/gpui/examples/text.rs b/gpui/examples/text.rs index bc07057fb1924748df46b80fc2bfe4593b0afa9b..e481ce5e2f3e31fa9cc8b1593123a985ed4646e4 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() } }