librustc_macros: remove redundant single component path import
This commit is contained in:
parent
d4a005bd03
commit
1892ff7aa6
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
use proc_macro2::{self, Ident};
|
use proc_macro2::{self, Ident};
|
||||||
use quote::quote;
|
use quote::quote;
|
||||||
use syn::{self, parse_quote, Meta, NestedMeta};
|
use syn::{self, parse_quote, Meta, NestedMeta};
|
||||||
use synstructure;
|
|
||||||
|
|
||||||
struct Attributes {
|
struct Attributes {
|
||||||
ignore: bool,
|
ignore: bool,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue