This commit is contained in:
Zac Harrold 2024-08-28 11:28:45 +10:00
parent 41e6008ead
commit bdc7dbb7a7

View file

@ -170,7 +170,7 @@ impl TypeRegistry {
TypeId::of::<T>(),
T::get_type_registration,
T::register_type_dependencies,
)
);
}
/// Attempts to register the type described by `registration`.