librustc_macros: remove redundant single component path import

This commit is contained in:
Matthias Krüger 2020-02-24 14:53:55 +01:00
parent d4a005bd03
commit 1892ff7aa6

View File

@ -1,7 +1,6 @@
use proc_macro2::{self, Ident};
use quote::quote;
use syn::{self, parse_quote, Meta, NestedMeta};
use synstructure;
struct Attributes {
ignore: bool,