clippy: remove redundant imports

This commit is contained in:
Alexander Krotov
2020-03-28 03:14:54 +03:00
committed by Alexander Krotov
parent 76b7e7408a
commit db5b5d321b
6 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ extern crate proc_macro;
use crate::proc_macro::TokenStream;
use quote::quote;
use syn;
// For now, assume (not check) that these macroses are applied to enum without
// data. If this assumption is violated, compiler error will point to