Skip to content

Commit 5d6c38b

Browse files
committed
(codegen) Remove (extern crate self) declaration
1 parent ea54d09 commit 5d6c38b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

juniper_codegen/src/lib.rs

-2
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)