Skip to content

Commit 1892ff7

Browse files
committed
librustc_macros: remove redundant single component path import
1 parent d4a005b commit 1892ff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_macros/src/hash_stable.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use proc_macro2::{self, Ident};
22
use quote::quote;
33
use syn::{self, parse_quote, Meta, NestedMeta};
4-
use synstructure;
54

65
struct Attributes {
76
ignore: bool,

0 commit comments

Comments
 (0)