Skip to content

Commit 5cb21f3

Browse files
authored
Merge pull request #315 from h-michael/clippy
Fix clippy error
2 parents 5501748 + 06846f2 commit 5cb21f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql_query_derive/src/attributes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use anyhow::*;
22
use graphql_client_codegen::deprecation::DeprecationStrategy;
33
use graphql_client_codegen::normalization::Normalization;
4-
use syn;
54

65
const DEPRECATION_ERROR: &str = "deprecated must be one of 'allow', 'deny', or 'warn'";
76
const NORMALIZATION_ERROR: &str = "normalization must be one of 'none' or 'rust'";

0 commit comments

Comments
 (0)