Skip to content

Commit 2140a1e

Browse files
committed
Whitelist for dummy_jemalloc
1 parent 7a8d38e commit 2140a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc_jemalloc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#![feature(libc)]
2020
#![feature(linkage)]
2121
#![feature(staged_api)]
22-
#![cfg_attr(dummy_jemalloc, allow(dead_code))]
22+
#![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]
2323
#![cfg_attr(not(dummy_jemalloc), feature(allocator_api))]
2424

2525
extern crate alloc;

0 commit comments

Comments
 (0)