We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a005b commit 1892ff7Copy full SHA for 1892ff7
src/librustc_macros/src/hash_stable.rs
@@ -1,7 +1,6 @@
1
use proc_macro2::{self, Ident};
2
use quote::quote;
3
use syn::{self, parse_quote, Meta, NestedMeta};
4
-use synstructure;
5
6
struct Attributes {
7
ignore: bool,
0 commit comments