about summary refs log tree commit diff
path: root/src/liballoc/tests
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-05-19 02:31:35 +0200
committerGitHub <noreply@github.com>2019-05-19 02:31:35 +0200
commitdc7cbb697b916cdd89d243da1383207e73fe19f0 (patch)
treebdc69a898e96d53aa05c4bb5209d0b880a66c27e /src/liballoc/tests
parent7885dfc62385b722e04067b2d5c26aeea429fb02 (diff)
parent4d033990fcb96023739a13c43e72b341de51e865 (diff)
downloadrust-dc7cbb697b916cdd89d243da1383207e73fe19f0.tar.gz
rust-dc7cbb697b916cdd89d243da1383207e73fe19f0.zip
Rollup merge of #60678 - DutchGhost:master, r=scottmcm
Stabilize vecdeque_rotate

This PR stabilizes the vecdeque_rotate feature.
r? @scottmcm

Closes https://github.com/rust-lang/rust/issues/56686
Diffstat (limited to 'src/liballoc/tests')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index b736750c576..ddb3120e89d 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -6,7 +6,6 @@
 #![feature(repeat_generic_slice)]
 #![feature(try_reserve)]
 #![feature(unboxed_closures)]
-#![feature(vecdeque_rotate)]
 #![deny(rust_2018_idioms)]
 
 use std::hash::{Hash, Hasher};