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

@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(clone_from_slice)]
#![feature(nonzero)]
#![feature(slice_bytes)]
#![feature(plugin)]