rollup merge of #22067: Gankro/collections-tests

So many warnings
This commit is contained in:
Alex Crichton 2015-02-10 08:41:50 -08:00
commit cef623e5a6

View File

@ -30,7 +30,7 @@
#![feature(unboxed_closures)] #![feature(unboxed_closures)]
#![feature(unicode)] #![feature(unicode)]
#![feature(unsafe_destructor, slicing_syntax)] #![feature(unsafe_destructor, slicing_syntax)]
#![cfg_attr(test, feature(test))] #![cfg_attr(test, feature(rand, rustc_private, test))]
#![cfg_attr(test, allow(deprecated))] // rand #![cfg_attr(test, allow(deprecated))] // rand
#![feature(no_std)] #![feature(no_std)]