Whitelist for dummy_jemalloc
This commit is contained in:
parent
7a8d38e522
commit
2140a1e5c6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue