Stabilize [T]::rotate_{left,right}

https://github.com/rust-lang/rust/issues/41891
This commit is contained in:
Corey Farwell
2018-02-22 19:53:44 -05:00
parent b1f8e6fb06
commit b1a6c8bdd3
6 changed files with 5 additions and 23 deletions

View File

@@ -79,7 +79,6 @@
#![cfg_attr(test, feature(placement_in))]
#![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)]