diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-10 08:41:50 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-10 08:41:50 -0800 |
| commit | cef623e5a6a57ddf9a126664f3cbb76735955cfd (patch) | |
| tree | 25a4333a9b9f6afe3c9686f62cf457196e9f6d76 | |
| parent | 24c92134ea8e51aeb2264f171eb2847b1909fc3e (diff) | |
| parent | d163f1f97bf6116e3fc68c528427b0cb2130db06 (diff) | |
| download | rust-cef623e5a6a57ddf9a126664f3cbb76735955cfd.tar.gz rust-cef623e5a6a57ddf9a126664f3cbb76735955cfd.zip | |
rollup merge of #22067: Gankro/collections-tests
So many warnings
| -rw-r--r-- | src/libcollections/lib.rs | 2 |
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)] |
