From 7bf56df4c8bf40a16f2743447b7688343642f370 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Thu, 2 Oct 2014 11:47:51 -0700 Subject: Revert "Put slicing syntax behind a feature gate." This reverts commit 95cfc35607ccf5f02f02de56a35a9ef50fa23a82. --- src/libnum/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libnum') diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs index fa41cf37112..17071d22dee 100644 --- a/src/libnum/lib.rs +++ b/src/libnum/lib.rs @@ -43,8 +43,7 @@ //! //! [newt]: https://en.wikipedia.org/wiki/Methods_of_computing_square_roots#Babylonian_method -#![allow(unknown_features)] -#![feature(macro_rules, slicing_syntax)] +#![feature(macro_rules)] #![feature(default_type_params)] #![crate_name = "num"] -- cgit 1.4.1-3-g733a5