mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +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
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use crate::animate::{AnimationFieldAttrs, AnimationInputAttrs, AnimationVariantAttrs};
|
||||
use crate::cg;
|
||||
use derive_common::cg;
|
||||
use proc_macro2::TokenStream;
|
||||
use quote::TokenStreamExt;
|
||||
use syn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue