Skip to content

Commit d163f1f

Browse files
committed
add missing features to libcollections tests
1 parent 80627cd commit d163f1f

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
#![no_std]

0 commit comments

Comments
 (0)