mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Make #[dom_struct] a proc_macro attribute
This commit is contained in:
parent
64885c4213
commit
31e9d81c0f
251 changed files with 298 additions and 35 deletions
|
@ -11,6 +11,7 @@
|
|||
#![feature(on_unimplemented)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(plugin)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(slice_patterns)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
#![feature(try_from)]
|
||||
|
@ -40,6 +41,7 @@ extern crate cssparser;
|
|||
#[macro_use]
|
||||
extern crate deny_public_fields;
|
||||
extern crate devtools_traits;
|
||||
extern crate dom_struct;
|
||||
#[macro_use]
|
||||
extern crate domobject_derive;
|
||||
extern crate encoding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue