Skip to content

Commit 4629887

Browse files
committed
Make rustc lints happy on latest nightly
1 parent e503bd5 commit 4629887

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/integration/tests/arc_fields.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(dead_code, reason = "GraphQL schema testing")]
2+
13
use std::sync::Arc;
24

35
use juniper::{GraphQLInputObject, graphql_object};

tests/integration/tests/infallible_as_field_error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(dead_code, reason = "GraphQL schema testing")]
2+
13
use std::convert::Infallible;
24

35
use juniper::graphql_object;

0 commit comments

Comments
 (0)