mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
style_derive: Fix tidy lint.
This commit is contained in:
parent
078df23e96
commit
e94395b523
1 changed files with 1 additions and 1 deletions
|
@ -3,10 +3,10 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use cg;
|
||||
use parse::ParseVariantAttrs;
|
||||
use quote::Tokens;
|
||||
use syn::{Data, DeriveInput, Fields, Ident, Type};
|
||||
use to_css::{CssFieldAttrs, CssInputAttrs, CssVariantAttrs};
|
||||
use parse::ParseVariantAttrs;
|
||||
|
||||
pub fn derive(mut input: DeriveInput) -> Tokens {
|
||||
let css_attrs = cg::parse_input_attrs::<CssInputAttrs>(&input);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue