From 9a9a35bf4065a63032b9e5a23123dea7bf31ba47 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 2 Oct 2023 18:46:25 -0400 Subject: [PATCH] Move `Sized` bound up onto `StyleHelpers` --- crates/gpui3/src/style_helpers.rs | 157 ++++++------------------------ 1 file changed, 32 insertions(+), 125 deletions(-) diff --git a/crates/gpui3/src/style_helpers.rs b/crates/gpui3/src/style_helpers.rs index 12d9eade05..0557c81ef4 100644 --- a/crates/gpui3/src/style_helpers.rs +++ b/crates/gpui3/src/style_helpers.rs @@ -3,13 +3,10 @@ use crate::{ Length, Position, SharedString, Style, StyleRefinement, Styled, TextStyleRefinement, }; -pub trait StyleHelpers: Styled