mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix warnings: use clone_from_slice instead of copy_memory
This commit is contained in:
parent
bccb46c70a
commit
7267163f49
4 changed files with 4 additions and 5 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue