Remove unused crate

This was throwing a warning during compiling.
This commit is contained in:
Christian Legnitto 2019-01-08 23:05:25 -08:00 committed by theduke
parent 036152efb4
commit fa80bf7de7

View file

@ -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() {