This commit is contained in:
@ -1,7 +1,7 @@
|
||||
extern crate proc_macro;
|
||||
use {
|
||||
proc_macro::TokenStream,
|
||||
syn::{parse_macro_input, DeriveInput},
|
||||
syn::{DeriveInput, parse_macro_input},
|
||||
};
|
||||
|
||||
mod derive;
|
||||
|
Reference in New Issue
Block a user