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