Revert "Put slicing syntax behind a feature gate."

This reverts commit 95cfc35607.
This commit is contained in:
Aaron Turon
2014-10-02 11:47:51 -07:00
parent 2f365ffdad
commit 7bf56df4c8
43 changed files with 43 additions and 105 deletions

View File

@@ -57,9 +57,8 @@
html_playground_url = "http://play.rust-lang.org/")]
#![no_std]
#![allow(unknown_features)]
#![feature(globs, intrinsics, lang_items, macro_rules, managed_boxes, phase)]
#![feature(simd, unsafe_destructor, slicing_syntax)]
#![feature(simd, unsafe_destructor)]
#![deny(missing_doc)]
mod macros;