Skip to content

Remove requirement of Any supertrait

marcheing requested to merge remove-any-from-component-on-pool into master

As long as components remain with static lifetime (that is, components without references), the Any supertrait requirement on those methods is superfluous since any type that implements Component will also implement Any.

Merge request reports