mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Format component of style_derive
This commit is contained in:
parent
51283cf77a
commit
25bc998f17
8 changed files with 156 additions and 127 deletions
|
@ -4,10 +4,13 @@
|
|||
|
||||
#![recursion_limit = "128"]
|
||||
|
||||
#[macro_use] extern crate darling;
|
||||
#[macro_use]
|
||||
extern crate darling;
|
||||
extern crate proc_macro;
|
||||
#[macro_use] extern crate quote;
|
||||
#[macro_use] extern crate syn;
|
||||
#[macro_use]
|
||||
extern crate quote;
|
||||
#[macro_use]
|
||||
extern crate syn;
|
||||
extern crate synstructure;
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue