We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607b234 commit 0c57cfbCopy full SHA for 0c57cfb
graphql_query_derive/src/attributes.rs
@@ -2,7 +2,7 @@ use failure;
2
use graphql_client_codegen::deprecation::DeprecationStrategy;
3
use syn;
4
5
-const DEPRECATION_ERROR: &'static str = "deprecated must be one of 'allow', 'deny', or 'warn'";
+const DEPRECATION_ERROR: &str = "deprecated must be one of 'allow', 'deny', or 'warn'";
6
7
/// The `graphql` attribute as a `syn::Path`.
8
fn path_to_match() -> syn::Path {
0 commit comments