Skip to content

Commit 4a0eb43

Browse files
authored
Merge pull request #76 from tomhoule/customize-derives
Clean up a few compiler warnings
2 parents 6f7ad1e + fd9eea2 commit 4a0eb43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/subscriptions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const RESPONSE: &str = include_str!("subscription/subscription_query_response.js
2121
schema_path = "tests/subscription/subscription_schema.graphql",
2222
query_path = "tests/subscription/subscription_query.graphql",
2323
)]
24+
#[allow(dead_code)]
2425
struct SubscriptionQuery;
2526

2627
#[test]

0 commit comments

Comments
 (0)