Skip to content

Commit e299ed7

Browse files
committed
Rollup merge of rust-lang#22067 - Gankro:collections-tests, r=alexcrichton
So many warnings
2 parents 2716d70 + d163f1f commit e299ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#![feature(unboxed_closures)]
3131
#![feature(unicode)]
3232
#![feature(unsafe_destructor, slicing_syntax)]
33-
#![cfg_attr(test, feature(test))]
33+
#![cfg_attr(test, feature(rand, rustc_private, test))]
3434
#![cfg_attr(test, allow(deprecated))] // rand
3535

3636
#![feature(no_std)]

0 commit comments

Comments
 (0)