Remove two "#![feature]" that are now stable

This commit is contained in:
Alex Gaynor 2015-12-09 19:25:04 -05:00
parent 452b55b9e6
commit fa694f5f4b

View file

@ -8,11 +8,9 @@
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(const_fn)]
#![feature(core)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(drain)]
#![feature(fnbox)]
#![feature(hashmap_hasher)]
#![feature(iter_arith)]