File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ proc-macro = true
11
11
12
12
[dependencies ]
13
13
failure = " 0.1"
14
- syn = " 0.15.20"
14
+ syn = { version = " 0.15.20" , features = [ " extra-traits " ] }
15
15
proc-macro2 = { version = " 0.4" , features = [] }
16
16
graphql_client_codegen = { path = " ../graphql_client_codegen/" , version = " 0.5.1" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use failure;
2
2
use graphql_client_codegen:: deprecation:: DeprecationStrategy ;
3
3
use syn;
4
4
5
- const DEPRECATION_ERROR : & ' static str = "deprecated must be one of 'allow', 'deny', or 'warn'" ;
5
+ const DEPRECATION_ERROR : & str = "deprecated must be one of 'allow', 'deny', or 'warn'" ;
6
6
7
7
/// The `graphql` attribute as a `syn::Path`.
8
8
fn path_to_match ( ) -> syn:: Path {
You can’t perform that action at this time.
0 commit comments