stabilize swap_with_slice feature

This commit is contained in:
tinaun
2018-04-17 00:40:07 -04:00
parent 41c211d204
commit 78a8c25703
3 changed files with 3 additions and 9 deletions

View File

@@ -123,7 +123,7 @@
#![feature(inclusive_range_fields)]
#![cfg_attr(stage0, feature(generic_param_attrs))]
#![cfg_attr(not(test), feature(fn_traits, swap_with_slice, i128))]
#![cfg_attr(not(test), feature(fn_traits, i128))]
#![cfg_attr(test, feature(test))]
// Allow testing this library