diff options
| author | tinaun <tinagma@gmail.com> | 2018-04-17 00:30:06 -0400 |
|---|---|---|
| committer | tinaun <tinagma@gmail.com> | 2018-04-17 00:48:23 -0400 |
| commit | edc412c5a9ce825d589dcb87dd6028b072139b51 (patch) | |
| tree | 2b8ebedcc02ace9421ef7b95e3cb64c0f5a1138a /src/liballoc/lib.rs | |
| parent | 94516c5038b1203988a3be1d7912d08a6db86202 (diff) | |
| download | rust-edc412c5a9ce825d589dcb87dd6028b072139b51.tar.gz rust-edc412c5a9ce825d589dcb87dd6028b072139b51.zip | |
stabilize `slice_rsplit` feature
Diffstat (limited to 'src/liballoc/lib.rs')
| -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 3a106a2ff5c..87ad2751c5b 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -108,7 +108,6 @@ #![feature(ptr_offset_from)] #![feature(rustc_attrs)] #![feature(slice_get_slice)] -#![feature(slice_rsplit)] #![feature(specialization)] #![feature(staged_api)] #![feature(str_internals)] |
