Skip to content

Commit

Permalink
Remove two "#![feature]" that are now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 10, 2015
1 parent 452b55b commit fa694f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/script/lib.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit fa694f5

Please sign in to comment.