Skip to content

Commit 1bed9c8

Browse files
committed
Fixed doc test
1 parent b0720cb commit 1bed9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_reflect/src/utility.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl<T: TypedProperty> Default for NonGenericTypeCell<T> {
171171
/// # fn reflect_owned(self: Box<Self>) -> ReflectOwned { todo!() }
172172
/// # fn clone_value(&self) -> Box<dyn PartialReflect> { todo!() }
173173
/// # }
174-
/// # impl<T: Reflect + TypePath> Reflect for Foo<T> {
174+
/// # impl<T: Reflect + Typed + TypePath> Reflect for Foo<T> {
175175
/// # fn into_any(self: Box<Self>) -> Box<dyn Any> { todo!() }
176176
/// # fn as_any(&self) -> &dyn Any { todo!() }
177177
/// # fn as_any_mut(&mut self) -> &mut dyn Any { todo!() }

0 commit comments

Comments
 (0)