diff options
| author | Josh Stone <jistone@redhat.com> | 2018-04-02 16:33:09 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2018-04-02 16:33:09 -0700 |
| commit | 1c8d10bce503bdd66921005dbd0b86a31745e5a7 (patch) | |
| tree | e8febbe1ad51e0ba4d3b6f051b6c0dc647a89a4c /src/liballoc | |
| parent | 934902af61d8024ddd7db290b33a7076dad7b107 (diff) | |
| download | rust-1c8d10bce503bdd66921005dbd0b86a31745e5a7.tar.gz rust-1c8d10bce503bdd66921005dbd0b86a31745e5a7.zip | |
Stabilize iter_rfold in 1.27.0
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 e6a311041f5..cbdb135c78c 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -100,7 +100,6 @@ #![feature(fundamental)] #![feature(generic_param_attrs)] #![cfg_attr(stage0, feature(i128_type))] -#![feature(iter_rfold)] #![feature(lang_items)] #![feature(needs_allocator)] #![feature(nonzero)] |
