Skip to content

Commit 417ec55

Browse files
committed
Remove no longer needed extern crate proc_macro
1 parent 7dc24f8 commit 417ec55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

futures-macro/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
)
99
))]
1010

11-
// Since https://github.com/rust-lang/cargo/pull/7700 `proc_macro` is part of the prelude for
12-
// proc-macro crates, but to support older compilers we still need this explicit `extern crate`.
13-
#[allow(unused_extern_crates)]
14-
extern crate proc_macro;
15-
1611
use proc_macro::TokenStream;
1712

1813
mod executor;

0 commit comments

Comments
 (0)