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