This commit is contained in:
Sergey Pepyakin 2019-01-25 11:55:25 +01:00
parent 9410d17cb6
commit 244648f40d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use crate::parser::{ImplBlockDef, FuncDef};
use crate::parser::{FuncDef, ImplBlockDef};
use proc_macro2::{Ident, Span, TokenStream};
use quote::{quote, quote_spanned, ToTokens};