fix warnings
This commit is contained in:
parent
70ced21e59
commit
a88f1898a5
24 changed files with 148 additions and 213 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use proc_macro2::{Ident, Span, TokenStream};
|
||||
use quote::{quote, ToTokens};
|
||||
use syn::token::{Brace, Paren, Semi};
|
||||
use syn::{Attribute, LitInt, LitStr, ReturnType, Type};
|
||||
use syn::{LitInt, LitStr, ReturnType, Type};
|
||||
|
||||
pub struct ProtoMethodData {
|
||||
pub id: LitInt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue