mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Factor out some of style_derive.
Differential Revision: https://phabricator.services.mozilla.com/D17188
This commit is contained in:
parent
f581d2afb2
commit
d8a758272e
13 changed files with 40 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#[macro_use]
|
||||
extern crate darling;
|
||||
extern crate derive_common;
|
||||
extern crate proc_macro;
|
||||
extern crate proc_macro2;
|
||||
#[macro_use]
|
||||
|
@ -17,7 +18,6 @@ extern crate synstructure;
|
|||
use proc_macro::TokenStream;
|
||||
|
||||
mod animate;
|
||||
mod cg;
|
||||
mod compute_squared_distance;
|
||||
mod parse;
|
||||
mod specified_value_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue