mirror of
https://github.com/servo/servo.git
synced 2025-07-19 21:33:49 +01:00
Remove two "#![feature]" that are now stable
This commit is contained in:
parent
452b55b9e6
commit
fa694f5f4b
1 changed files with 0 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue