Skip to content

Commit 7a1dc67

Browse files
committed
Fix clippy attr
1 parent 93a057b commit 7a1dc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_cli/src/generate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::io::Write as IoWrite;
55
use std::path::PathBuf;
66
use syn;
77

8-
#[allow(too_many_arguments)]
8+
#[allow(clippy::too_many_arguments)]
99
pub fn generate_code(
1010
query_path: PathBuf,
1111
schema_path: PathBuf,

0 commit comments

Comments
 (0)