diff options
| author | Thayne McCombs <astrothayne@gmail.com> | 2018-06-02 20:42:42 -0600 |
|---|---|---|
| committer | Thayne McCombs <astrothayne@gmail.com> | 2018-06-02 20:42:42 -0600 |
| commit | 72e17b81fa88894e3fe04f221166f5a48e753e94 (patch) | |
| tree | 648cb04971542bfa2f5e1e86f5a0d03cb9340c2f /src/liballoc | |
| parent | 4ecf12bf0eb8386626ccdb5f721a7183ccc4eba6 (diff) | |
| download | rust-72e17b81fa88894e3fe04f221166f5a48e753e94.tar.gz rust-72e17b81fa88894e3fe04f221166f5a48e753e94.zip | |
Stabilize Iterator::step_by
Fixes #27741
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/tests/lib.rs | 1 |
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)] |
