add missing features to libcollections tests

This commit is contained in:
Alexis 2015-02-07 17:09:07 -05:00
parent 80627cd3cc
commit d163f1f97b

View File

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