Merge branch 'main' into refine-keybindings

This commit is contained in:
Nate Butler 2023-11-28 15:12:22 -05:00
commit 3855413725
22 changed files with 109 additions and 160 deletions

View file

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