(codegen) Remove (extern crate self) declaration

This commit is contained in:
Christoph Herzog 2019-05-07 11:44:35 +02:00
parent 52d7af2b8e
commit 67b28c5e89
No known key found for this signature in database
GPG key ID: DAFF71D48B493238

View file

@ -6,8 +6,6 @@
#![recursion_limit = "1024"]
extern crate self as juniper;
extern crate proc_macro;
mod derive_enum;