Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone trait too restrictive #14

Open
VShell opened this issue Apr 18, 2017 · 1 comment
Open

Clone trait too restrictive #14

VShell opened this issue Apr 18, 2017 · 1 comment

Comments

@VShell
Copy link

VShell commented Apr 18, 2017

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.

@abonander
Copy link
Contributor

Potentially closed by #9, though an update hasn't been published since it was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants