Remove unused crate
This was throwing a warning during compiling.
This commit is contained in:
parent
036152efb4
commit
fa80bf7de7
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use executor::Variables;
|
|||
use schema::model::RootNode;
|
||||
use tests::model::Database;
|
||||
use types::scalars::EmptyMutation;
|
||||
use value::Value;
|
||||
|
||||
#[test]
|
||||
fn test_introspection_query_type_name() {
|
||||
|
|
Loading…
Reference in a new issue