Fix all Windows warnings

This commit is contained in:
Anthony Ramine 2016-05-16 21:10:14 +02:00
parent 9c6e6cb8d8
commit 8eb363528b
3 changed files with 14 additions and 4 deletions

View file

@ -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)]