You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/bevy_reflect/src/type_registry.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -939,7 +939,7 @@ impl TypeRegistration {
939
939
///
940
940
/// [type data]: TypeData
941
941
#[deprecated(
942
-
since = "0.21.0",
942
+
since = "0.20.0",
943
943
note = "This method will be removed in a future release. Use `TypeRegistry::insert_data` or `TypeRegistry::register_type_data` instead."
944
944
)]
945
945
pubfninsert<T:TypeData>(&mutself,data:T){
@@ -951,7 +951,7 @@ impl TypeRegistration {
951
951
///
952
952
/// [type data]: TypeData
953
953
#[deprecated(
954
-
since = "0.21.0",
954
+
since = "0.20.0",
955
955
note = "This method will be removed in a future release. Use `TypeRegistry::contains` in conjunction with either `TypeRegistry::insert_data` or `TypeRegistry::register_type_data` instead."
0 commit comments