about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-10 08:41:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-10 08:41:50 -0800
commitcef623e5a6a57ddf9a126664f3cbb76735955cfd (patch)
tree25a4333a9b9f6afe3c9686f62cf457196e9f6d76
parent24c92134ea8e51aeb2264f171eb2847b1909fc3e (diff)
parentd163f1f97bf6116e3fc68c528427b0cb2130db06 (diff)
downloadrust-cef623e5a6a57ddf9a126664f3cbb76735955cfd.tar.gz
rust-cef623e5a6a57ddf9a126664f3cbb76735955cfd.zip
rollup merge of #22067: Gankro/collections-tests
So many warnings
-rw-r--r--src/libcollections/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs
index f220724c42e..a542ee5d47d 100644
--- a/src/libcollections/lib.rs
+++ b/src/libcollections/lib.rs
@@ -30,7 +30,7 @@
 #![feature(unboxed_closures)]
 #![feature(unicode)]
 #![feature(unsafe_destructor, slicing_syntax)]
-#![cfg_attr(test, feature(test))]
+#![cfg_attr(test, feature(rand, rustc_private, test))]
 #![cfg_attr(test, allow(deprecated))] // rand
 
 #![feature(no_std)]