diff options
| author | Lzu Tao <taolzu@gmail.com> | 2019-05-30 18:00:17 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2019-05-30 18:00:17 +0000 |
| commit | 0c35c699d43ba24943bb8f38986f84c4be676dc3 (patch) | |
| tree | f8d6f319a6346addb3f002b33112dfb7932ebb71 /src/liballoc | |
| parent | aee7012fab26d5e307a2fe767e4e7c847c5a45ee (diff) | |
| download | rust-0c35c699d43ba24943bb8f38986f84c4be676dc3.tar.gz rust-0c35c699d43ba24943bb8f38986f84c4be676dc3.zip | |
Stabilize iter_nth_back feature
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
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 |
