Remove the remaining feature gates

This commit is contained in:
Stjepan Glavina 2017-07-02 21:29:39 +02:00
parent 21149bcd53
commit 66f8cddae5
5 changed files with 0 additions and 5 deletions

View file

@ -14,7 +14,6 @@
#![feature(rand)]
#![feature(repr_simd)]
#![feature(slice_rotate)]
#![feature(sort_unstable)]
#![feature(test)]
extern crate test;

View file

@ -34,7 +34,6 @@
#![feature(slice_patterns)]
#![feature(slice_rotate)]
#![feature(sort_internals)]
#![feature(sort_unstable)]
#![feature(specialization)]
#![feature(step_by)]
#![feature(step_trait)]

View file

@ -39,7 +39,6 @@
#![feature(specialization)]
#![feature(unboxed_closures)]
#![feature(discriminant_value)]
#![feature(sort_unstable)]
#![feature(trace_macros)]
#![feature(test)]

View file

@ -20,7 +20,6 @@
#![feature(rand)]
#![feature(conservative_impl_trait)]
#![feature(sort_unstable)]
extern crate graphviz;
#[macro_use] extern crate rustc;

View file

@ -26,7 +26,6 @@
#![feature(specialization)]
#![feature(discriminant_value)]
#![feature(rustc_private)]
#![feature(sort_unstable)]
#[macro_use]
extern crate log;