Fix tests

This commit is contained in:
Alex Crichton
2017-07-07 15:31:03 -07:00
committed by John Kåre Alsaker
parent cc40f58b8b
commit 51bb31ad25
3 changed files with 10 additions and 7 deletions

View File

@@ -82,6 +82,7 @@
#![cfg_attr(not(test), feature(core_float))]
#![cfg_attr(not(test), feature(exact_size_is_empty))]
#![cfg_attr(not(test), feature(slice_rotate))]
#![cfg_attr(not(test), feature(generator_trait))]
#![cfg_attr(test, feature(rand, test))]
#![feature(allow_internal_unstable)]
#![feature(box_patterns)]
@@ -97,7 +98,6 @@
#![feature(fundamental)]
#![feature(fused)]
#![feature(generic_param_attrs)]
#![feature(generator_trait)]
#![feature(i128_type)]
#![feature(inclusive_range)]
#![feature(lang_items)]