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

Explicitly implement Clone for Antichain #419

Merged

Conversation

frankmcsherry
Copy link
Member

Ignore the incorrect branch name. Explicitly implements Clone so that we have access to a clone_from that doesn't just call clone(). Rust does not derive clone_from implementations: rust-lang/rust#27939.

Copy link
Member

@antiguru antiguru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a bunch!

@frankmcsherry frankmcsherry merged commit 4c2886b into TimelyDataflow:master Sep 10, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants