Fix warnings: use clone_from_slice instead of copy_memory

This commit is contained in:
Tetsuharu OHZEKI 2015-12-11 10:18:01 -05:00
parent bccb46c70a
commit 7267163f49
4 changed files with 4 additions and 5 deletions

View file

@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(clone_from_slice)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(slice_bytes)]