Remove 2 suffix from gpui_macros, fix compile errors in tests
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
f5ba22659b
commit
83f4c61657
29 changed files with 71 additions and 1670 deletions
|
@ -10,7 +10,7 @@ use taffy::style::Overflow;
|
|||
pub trait Styled: Sized {
|
||||
fn style(&mut self) -> &mut StyleRefinement;
|
||||
|
||||
gpui2_macros::style_helpers!();
|
||||
gpui_macros::style_helpers!();
|
||||
|
||||
fn z_index(mut self, z_index: u8) -> Self {
|
||||
self.style().z_index = Some(z_index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue