(codegen) Remove (extern crate self) declaration
This commit is contained in:
parent
52d7af2b8e
commit
67b28c5e89
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
#![recursion_limit = "1024"]
|
#![recursion_limit = "1024"]
|
||||||
|
|
||||||
extern crate self as juniper;
|
|
||||||
|
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
|
||||||
mod derive_enum;
|
mod derive_enum;
|
||||||
|
|
Loading…
Reference in a new issue