Temporary disable new reflection for fields as it requires all leaf types implement
This commit is contained in:
parent
2e2d365d64
commit
505e25cea2
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ impl ToTokens for Definition<Query> {
|
|||
self.impl_async_field_tokens().to_tokens(into);
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
self.impl_reflect().to_tokens(into);
|
||||
self.impl_reflect_field().to_tokens(into);
|
||||
//self.impl_reflect_field().to_tokens(into);
|
||||
//self.impl_resolve_field_static().to_tokens(into);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue