Closed evanrelf closed 5 months ago
I think Compat should have a Clone impl if T has a Clone impl, for example if you've used Arc from async-dup.
Compat
Clone
T
Arc
I would accept a PR fixing this
I think
Compat
should have aClone
impl ifT
has aClone
impl, for example if you've usedArc
from async-dup.