diff --git a/graphql_query_derive/src/attributes.rs b/graphql_query_derive/src/attributes.rs index c25513d83..ae915a18e 100644 --- a/graphql_query_derive/src/attributes.rs +++ b/graphql_query_derive/src/attributes.rs @@ -1,7 +1,6 @@ use failure::*; use graphql_client_codegen::deprecation::DeprecationStrategy; use graphql_client_codegen::normalization::Normalization; -use syn; const DEPRECATION_ERROR: &str = "deprecated must be one of 'allow', 'deny', or 'warn'"; const NORMALIZATION_ERROR: &str = "normalization must be one of 'none' or 'rust'";