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 93a057b commit 7a1dc67Copy full SHA for 7a1dc67
graphql_client_cli/src/generate.rs
@@ -5,7 +5,7 @@ use std::io::Write as IoWrite;
5
use std::path::PathBuf;
6
use syn;
7
8
-#[allow(too_many_arguments)]
+#[allow(clippy::too_many_arguments)]
9
pub fn generate_code(
10
query_path: PathBuf,
11
schema_path: PathBuf,
0 commit comments