From 65cd4f5838dd4ccf2efc8eec5f5fd1462d1c93ec Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 6 Oct 2023 13:45:56 -0400 Subject: [PATCH] Restore `Sized` bound on `StyleHelpers` --- crates/gpui3/src/style_helpers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui3/src/style_helpers.rs b/crates/gpui3/src/style_helpers.rs index b58da2fbfc..9bdcf7fafb 100644 --- a/crates/gpui3/src/style_helpers.rs +++ b/crates/gpui3/src/style_helpers.rs @@ -5,7 +5,7 @@ use crate::{ }; use smallvec::smallvec; -pub trait StyleHelpers: Styled