Handle traits which require Clone when their supertraits do not
authorMatt Corallo <git@bluematt.me>
Mon, 12 Apr 2021 02:14:26 +0000 (22:14 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 12 Apr 2021 02:40:36 +0000 (22:40 -0400)
We do this by adding a SuperTrait_clone method field in the Trait's
object, which we call when cloning the Trait.


No differences found