Skip to content

Commit d41cb76

Browse files
MrGVSVMinerSebas
andauthored
Update crates/bevy_reflect/src/from_reflect.rs
Co-authored-by: MinerSebas <[email protected]>
1 parent 122e29f commit d41cb76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_reflect/src/from_reflect.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use crate::{FromType, Reflect};
99
/// It can also be used to partially or fully clone a type (depending on whether it has
1010
/// ignored fields or not).
1111
///
12-
/// In some cases, this trait may even be required.
1312
/// Deriving [`Reflect`] on an enum requires all its fields to implement `FromReflect`.
1413
/// Additionally, some complex types like `Vec<T>` require that their element types
1514
/// implement this trait.

0 commit comments

Comments
 (0)