We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extern crate proc_macro
1 parent a080556 commit a0fd391Copy full SHA for a0fd391
futures-macro/src/lib.rs
@@ -8,11 +8,6 @@
8
)
9
))]
10
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
-
16
use proc_macro::TokenStream;
17
18
mod executor;
0 commit comments