You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automatically-derived Clone trait on MPMCFutSender (and I assume other Senders) requires that T be Clone - however this is unnecessary since no T is never actually cloned while cloning MPMCFutSender, as far as I can tell. Consider writing custom Clone implementations.
The text was updated successfully, but these errors were encountered:
The automatically-derived Clone trait on MPMCFutSender (and I assume other Senders) requires that T be Clone - however this is unnecessary since no T is never actually cloned while cloning MPMCFutSender, as far as I can tell. Consider writing custom Clone implementations.
The text was updated successfully, but these errors were encountered: