From 21755c7d209a92e249555200300efa5cce0cb355 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Tue, 28 Nov 2023 15:12:40 -0500 Subject: [PATCH] Update keybinding.rs --- crates/ui2/src/components/keybinding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui2/src/components/keybinding.rs b/crates/ui2/src/components/keybinding.rs index d11be1f4fc..15e365e526 100644 --- a/crates/ui2/src/components/keybinding.rs +++ b/crates/ui2/src/components/keybinding.rs @@ -13,7 +13,7 @@ pub struct KeyBinding { impl RenderOnce for KeyBinding { type Rendered = Div; - fn render(self, _cx: &mut WindowContext) -> Self::Rendered { + fn render(self, cx: &mut WindowContext) -> Self::Rendered { h_stack() .flex_none() .gap_2()