mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 12:19:28 +00:00
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"
|
||||
}
|
||||
|
||||
fn render<'a>(&self, app: &gpui::AppContext) -> gpui::ElementBox {
|
||||
fn render<'a>(&self, _: &gpui::AppContext) -> gpui::ElementBox {
|
||||
TextElement.boxed()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue