move attributes to common part
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
use de::attribute::*;
|
||||
use attribute::*;
|
||||
use de::field_type::*;
|
||||
use quote::Tokens;
|
||||
use syn::Ident;
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
|
||||
// pub mod attribute;
|
||||
pub mod expand_struct;
|
||||
// pub mod field_type;
|
||||
|
||||
use de::attribute;
|
||||
use attribute;
|
||||
|
||||
use proc_macro2::Span;
|
||||
use quote;
|
||||
|
||||
Reference in New Issue
Block a user