We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8d38e commit 2140a1eCopy full SHA for 2140a1e
src/liballoc_jemalloc/lib.rs
@@ -19,7 +19,7 @@
19
#![feature(libc)]
20
#![feature(linkage)]
21
#![feature(staged_api)]
22
-#![cfg_attr(dummy_jemalloc, allow(dead_code))]
+#![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]
23
#![cfg_attr(not(dummy_jemalloc), feature(allocator_api))]
24
25
extern crate alloc;
0 commit comments