Revert "Put slicing syntax behind a feature gate."
This reverts commit 95cfc35607
.
This commit is contained in:
parent
2f365ffdad
commit
7bf56df4c8
43 changed files with 43 additions and 105 deletions
|
@ -368,8 +368,7 @@
|
|||
html_root_url = "http://doc.rust-lang.org/master/",
|
||||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
|
||||
#![allow(unknown_features)]
|
||||
#![feature(macro_rules, phase, slicing_syntax)]
|
||||
#![feature(macro_rules, phase)]
|
||||
#![deny(missing_doc)]
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue