about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-06-10 01:45:42 +0000
committerbors <bors@rust-lang.org>2018-06-10 01:45:42 +0000
commitb4d836c98bf9fec7ab3bddd559bab1240240a9d7 (patch)
tree03e7cac554eca85a1cd52e69f376f9d1e3af024e /src/liballoc
parentae0659c97d33eb4d9c84e0ec6a66b81a9e35ef1c (diff)
parent72e17b81fa88894e3fe04f221166f5a48e753e94 (diff)
downloadrust-b4d836c98bf9fec7ab3bddd559bab1240240a9d7.tar.gz
rust-b4d836c98bf9fec7ab3bddd559bab1240240a9d7.zip
Auto merge of #51320 - tmccombs:step-by, r=SimonSapin
Stabilize Iterator::step_by

Fixes #27741
Diffstat (limited to 'src/liballoc')
-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 081c473768f..dbac2c0bb18 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -15,7 +15,6 @@
 #![feature(const_fn)]
 #![feature(drain_filter)]
 #![feature(exact_size_is_empty)]
-#![feature(iterator_step_by)]
 #![feature(pattern)]
 #![feature(rand)]
 #![feature(slice_sort_by_cached_key)]