Skip to content

Commit 7ac46e1

Browse files
committed
Remove slicing_syntax feature gate
... as it is no longer needed.
1 parent ee96742 commit 7ac46e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#![feature(int_uint)]
6565
#![feature(intrinsics, lang_items)]
6666
#![feature(on_unimplemented)]
67-
#![feature(simd, unsafe_destructor, slicing_syntax)]
67+
#![feature(simd, unsafe_destructor)]
6868
#![feature(staged_api)]
6969
#![feature(unboxed_closures)]
7070

0 commit comments

Comments
 (0)