mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove #![feature(custom_derive)]
This commit is contained in:
parent
0a48c69061
commit
c4f27e42b7
18 changed files with 4 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
|||
//! modules won't have to depend on `profile`.
|
||||
|
||||
#![feature(box_syntax)]
|
||||
#![feature(custom_derive, plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue