about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-05-31 13:34:02 +0200
committerGitHub <noreply@github.com>2019-05-31 13:34:02 +0200
commit562602c150080cd3fd1ea9f9bafc7b0a6b4951a4 (patch)
tree99035e3ecfc104f71b55e15e901eb79ffe7b4c3b /src/liballoc
parent7b83862f10b0eb9353e350cc7dd7db715db602e6 (diff)
parent0c35c699d43ba24943bb8f38986f84c4be676dc3 (diff)
downloadrust-562602c150080cd3fd1ea9f9bafc7b0a6b4951a4.tar.gz
rust-562602c150080cd3fd1ea9f9bafc7b0a6b4951a4.zip
Rollup merge of #61363 - lzutao:stabilize-iter_nth_back, r=Centril
Stabilize iter_nth_back feature

FCP done in https://github.com/rust-lang/rust/issues/56995#issuecomment-491145691

Closes #56995

r? @Centril
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index d90036eaf49..bfc008e14a4 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -112,7 +112,6 @@
 #![feature(maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_array)]
 #![feature(alloc_layout_extra)]
 #![feature(try_trait)]
-#![feature(iter_nth_back)]
 
 // Allow testing this library