We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122e29f commit d41cb76Copy full SHA for d41cb76
crates/bevy_reflect/src/from_reflect.rs
@@ -9,7 +9,6 @@ use crate::{FromType, Reflect};
9
/// It can also be used to partially or fully clone a type (depending on whether it has
10
/// ignored fields or not).
11
///
12
-/// In some cases, this trait may even be required.
13
/// Deriving [`Reflect`] on an enum requires all its fields to implement `FromReflect`.
14
/// Additionally, some complex types like `Vec<T>` require that their element types
15
/// implement this trait.
0 commit comments