Silence warning in text example

Max Brunsfeld created

Change summary

gpui/examples/text.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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()
     }
 }