about summary refs log tree commit diff
path: root/src/libcore/tests
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2018-06-02 20:42:42 -0600
committerThayne McCombs <astrothayne@gmail.com>2018-06-02 20:42:42 -0600
commit72e17b81fa88894e3fe04f221166f5a48e753e94 (patch)
tree648cb04971542bfa2f5e1e86f5a0d03cb9340c2f /src/libcore/tests
parent4ecf12bf0eb8386626ccdb5f721a7183ccc4eba6 (diff)
downloadrust-72e17b81fa88894e3fe04f221166f5a48e753e94.tar.gz
rust-72e17b81fa88894e3fe04f221166f5a48e753e94.zip
Stabilize Iterator::step_by
Fixes #27741
Diffstat (limited to 'src/libcore/tests')
-rw-r--r--src/libcore/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index 13189d532ab..7c62d0d758d 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -23,7 +23,6 @@
 #![feature(flt2dec)]
 #![feature(fmt_internals)]
 #![feature(hashmap_internals)]
-#![feature(iterator_step_by)]
 #![feature(iterator_flatten)]
 #![feature(iterator_repeat_with)]
 #![feature(pattern)]