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

Replace use of ring::polyfill::slice::fill_from_slice with copy_from_slice #141

Closed
briansmith opened this issue Mar 8, 2016 · 2 comments

Comments

@briansmith
Copy link
Owner

Depends on copy_from_slice becoming stable. See rust-lang/rust#31755.

@briansmith briansmith changed the title Replace use of clone_from_slice with copy_from_slice Replace use of ring::polyfill::slice::fill_from_slice with copy_from_slice Mar 8, 2016
@briansmith
Copy link
Owner Author

copy_from_slice was added in Rust 1.9! So, we're good to go with this.

@briansmith
Copy link
Owner Author

Fixed in cbfd9fb. Thanks!

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

No branches or pull requests

1 participant