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
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue