Skip to content

Commit 2e6981b

Browse files
committed
tests: Fix warnings from clippy::just_underscores_and_digits
1 parent b2ba9ce commit 2e6981b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/test-store/tests/graphql/introspection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl Resolver for MockResolver {
4646

4747
async fn resolve_object(
4848
&self,
49-
__: Option<r::Value>,
49+
_: Option<r::Value>,
5050
_field: &a::Field,
5151
_field_definition: &s::Field,
5252
_object_type: ObjectOrInterface<'_>,

0 commit comments

Comments
 (0)