Removed use of a #![feature] that is now stable

This commit is contained in:
Alex Gaynor 2015-12-10 07:16:53 -05:00
parent 100595190b
commit d57ac454d5

View file

@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(custom_derive)]
#![feature(drain)]
#![feature(hashmap_hasher)]
#![feature(mpsc_select)]
#![feature(plugin)]