diff --git a/crates/bevy_internal/src/lib.rs b/crates/bevy_internal/src/lib.rs index 723e65afd9c8f..8e6bf57e52909 100644 --- a/crates/bevy_internal/src/lib.rs +++ b/crates/bevy_internal/src/lib.rs @@ -60,11 +60,8 @@ pub mod ptr { } pub mod reflect { - // TODO: remove these renames once TypeRegistryArc is no longer required //! Type reflection used for dynamically interacting with rust types. - pub use bevy_reflect::{ - TypeRegistry as TypeRegistryInternal, TypeRegistryArc as TypeRegistry, *, - }; + pub use bevy_reflect::*; } #[cfg(feature = "bevy_scene")]