Skip to content

Commit 67b28c5

Browse files
committed
(codegen) Remove (extern crate self) declaration
1 parent 52d7af2 commit 67b28c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

juniper_codegen/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
77
#![recursion_limit = "1024"]
88

9-
extern crate self as juniper;
10-
119
extern crate proc_macro;
1210

1311
mod derive_enum;

0 commit comments

Comments
 (0)