mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix all Windows warnings
This commit is contained in:
parent
9c6e6cb8d8
commit
8eb363528b
3 changed files with 14 additions and 4 deletions
|
@ -2,7 +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(alloc_jemalloc)]
|
||||
#![cfg_attr(not(target_os = "windows"), feature(alloc_jemalloc))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(iter_arith)]
|
||||
#![feature(plugin)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue