Remove unused imports and extern crate (#5245)

This commit is contained in:
Kian Paimani
2020-03-14 12:48:47 +01:00
committed by GitHub
parent 74f8db5def
commit 7e2cd0edee
11 changed files with 19 additions and 21 deletions
@@ -20,8 +20,6 @@
#![recursion_limit = "128"]
extern crate proc_macro;
use proc_macro::TokenStream;
use proc_macro2::Span;
use syn::parse_macro_input;