File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ impl<T: TypedProperty> Default for NonGenericTypeCell<T> {
135
135
///
136
136
/// struct Foo<T>(T);
137
137
///
138
- /// impl<T: Reflect + TypePath> Typed for Foo<T> {
138
+ /// impl<T: Reflect + Typed + TypePath> Typed for Foo<T> {
139
139
/// fn type_info() -> &'static TypeInfo {
140
140
/// static CELL: GenericTypeInfoCell = GenericTypeInfoCell::new();
141
141
/// CELL.get_or_insert::<Self, _>(|| {
@@ -149,7 +149,7 @@ impl<T: TypedProperty> Default for NonGenericTypeCell<T> {
149
149
/// # fn type_path() -> &'static str { todo!() }
150
150
/// # fn short_type_path() -> &'static str { todo!() }
151
151
/// # }
152
- /// # impl<T: Reflect + TypePath> Reflect for Foo<T> {
152
+ /// # impl<T: Reflect + Typed + TypePath> Reflect for Foo<T> {
153
153
/// # fn get_represented_type_info(&self) -> Option<&'static TypeInfo> { todo!() }
154
154
/// # fn into_any(self: Box<Self>) -> Box<dyn Any> { todo!() }
155
155
/// # fn as_any(&self) -> &dyn Any { todo!() }
You can’t perform that action at this time.
0 commit comments