1
Fork 0

Whitelist for dummy_jemalloc

This commit is contained in:
Tatsuyuki Ishi 2017-08-24 09:27:12 +09:00
parent 7a8d38e522
commit 2140a1e5c6

View file

@ -19,7 +19,7 @@
#![feature(libc)]
#![feature(linkage)]
#![feature(staged_api)]
#![cfg_attr(dummy_jemalloc, allow(dead_code))]
#![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]
#![cfg_attr(not(dummy_jemalloc), feature(allocator_api))]
extern crate alloc;