Skip to content

Commit c280e7a

Browse files
authored
Remove redundant extern crate (#10)
1 parent d0c769a commit c280e7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#![forbid(unsafe_code, future_incompatible, rust_2018_idioms)]
22
#![deny(missing_debug_implementations, nonstandard_style)]
33

4-
extern crate proc_macro;
5-
64
use proc_macro::TokenStream;
75
use quote::quote;
86
use syn::{Error, Lit, Meta, NestedMeta, ReturnType};

0 commit comments

Comments
 (0)