Remove stabilized features

This commit is contained in:
Guillaume Gomez 2015-11-28 05:48:03 +01:00
parent 9f3d6e77b8
commit e1e2b61049
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
#![feature(box_syntax)] #![feature(box_syntax)]
#![feature(fnbox)] #![feature(fnbox)]
#![feature(mpsc_select)] #![feature(mpsc_select)]
#![feature(path_ext)]
#![feature(plugin)] #![feature(plugin)]
#![feature(vec_push_all)] #![feature(vec_push_all)]
#![feature(plugin)] #![feature(plugin)]

View file

@ -5,7 +5,6 @@
#![feature(alloc_jemalloc)] #![feature(alloc_jemalloc)]
#![feature(box_syntax)] #![feature(box_syntax)]
#![feature(iter_arith)] #![feature(iter_arith)]
#![feature(slice_splits)]
#![feature(plugin)] #![feature(plugin)]
#![plugin(plugins)] #![plugin(plugins)]