Skip to content

Commit dbc9894

Browse files
Drop unused extern crates
1 parent 31dcdc9 commit dbc9894

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_macros/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#![allow(rustc::default_hash_types)]
22
#![recursion_limit = "128"]
33

4-
extern crate proc_macro;
5-
64
use synstructure::decl_derive;
75

86
use proc_macro::TokenStream;

0 commit comments

Comments
 (0)