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

Compile on Rust 1.1.0 stable. #4

Merged
merged 1 commit into from Jul 27, 2015
Merged

Compile on Rust 1.1.0 stable. #4

merged 1 commit into from Jul 27, 2015

Conversation

solson
Copy link
Contributor

@solson solson commented Jul 27, 2015

In 1.2.0, it may be possible to replace the code like foo.extend(bar.iter().cloned()) with foo.extend(&bar).

If/when copy_memory is stabilized, that part of this commit could be reverted. Another safer approach for right now could be to implement your own copy_memory in terms of copy_nonoverlapping to reduce the number of unsafe blocks.

@erik
Copy link
Owner

erik commented Jul 27, 2015

😍

erik added a commit that referenced this pull request Jul 27, 2015
Compile on Rust 1.1.0 stable.
@erik erik merged commit 9e625b9 into erik:master Jul 27, 2015
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