We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0720cb commit 1bed9c8Copy full SHA for 1bed9c8
crates/bevy_reflect/src/utility.rs
@@ -171,7 +171,7 @@ impl<T: TypedProperty> Default for NonGenericTypeCell<T> {
171
/// # fn reflect_owned(self: Box<Self>) -> ReflectOwned { todo!() }
172
/// # fn clone_value(&self) -> Box<dyn PartialReflect> { todo!() }
173
/// # }
174
-/// # impl<T: Reflect + TypePath> Reflect for Foo<T> {
+/// # impl<T: Reflect + Typed + TypePath> Reflect for Foo<T> {
175
/// # fn into_any(self: Box<Self>) -> Box<dyn Any> { todo!() }
176
/// # fn as_any(&self) -> &dyn Any { todo!() }
177
/// # fn as_any_mut(&mut self) -> &mut dyn Any { todo!() }
0 commit comments