From 97aa34046ffec7be1e3e4f383f205344ed67da6d Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 19 Feb 2015 12:57:25 -0500 Subject: try to reduce bajillion warnings --- src/liballoc/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/liballoc') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index bc349ebebde..0cdc71b6f60 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -73,6 +73,7 @@ #![feature(unboxed_closures)] #![feature(unsafe_no_drop_flag)] #![feature(core)] +#![cfg_attr(test, feature(test, alloc, rustc_private))] #![cfg_attr(all(not(feature = "external_funcs"), not(feature = "external_crate")), feature(libc))] -- cgit 1.4.1-3-g733a5