Skip to content

Commit 7f90464

Browse files
committed
Fix cargo clippy.
1 parent 0a0e057 commit 7f90464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/src/generated_module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl<'a> GeneratedModule<'a> {
6767
const __QUERY_WORKAROUND: &str = include_str!(#path);
6868
)
6969
})
70-
.unwrap_or_else(|| quote! {});
70+
.unwrap_or_default();
7171

7272
let query_string = &self.query_string;
7373
let impls = self.build_impls()?;

0 commit comments

Comments
 (0)