Skip to content

Commit

Permalink
librustc_macros: remove redundant single component path import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Feb 24, 2020
1 parent d4a005b commit 1892ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_macros/src/hash_stable.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 1892ff7

Please sign in to comment.