diff --git a/crates/bevy_ui/src/flex/mod.rs b/crates/bevy_ui/src/flex/mod.rs index d7aff844eb..20fdab79cb 100644 --- a/crates/bevy_ui/src/flex/mod.rs +++ b/crates/bevy_ui/src/flex/mod.rs @@ -35,8 +35,7 @@ unsafe impl Sync for FlexSurface {} fn _assert_send_sync_flex_surface_impl_safe() { fn _assert_send_sync() {} _assert_send_sync::>(); - // FIXME https://github.com/DioxusLabs/taffy/issues/146 - // _assert_send_sync::(); + _assert_send_sync::(); } impl fmt::Debug for FlexSurface {