Skip to content

Commit a7952d6

Browse files
committed
cargo fix
1 parent 24da4fb commit a7952d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/src/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ impl<'schema> ::std::convert::From<&'schema crate::introspection_response::Intro
272272
})
273273
.filter_map(|t| t)
274274
.collect();
275-
let mut enm = GqlEnum {
275+
let enm = GqlEnum {
276276
name,
277277
description: ty.description.as_ref().map(|s| s.as_str()),
278278
variants,

0 commit comments

Comments
 (0)