Skip to content

Commit

Permalink
Readd required 'TypeRegistration' label
Browse files Browse the repository at this point in the history
  • Loading branch information
tygyh committed Nov 28, 2023
1 parent 6338964 commit 2e84f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_reflect/src/serde/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ impl<'a, 'de> DeserializeSeed<'de> for UntypedReflectDeserializer<'a> {
/// This deserializer expects a string containing the _full_ [type path] of the
/// type to find the `TypeRegistration` of.
///
/// [`&TypeRegistration`]: TypeRegistration
/// [type path]: crate::TypePath::type_path
pub struct TypeRegistrationDeserializer<'a> {
registry: &'a TypeRegistry,
Expand Down

0 comments on commit 2e84f1a

Please sign in to comment.