Skip to content

Commit

Permalink
Remove no longer needed extern crate proc_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 5, 2024
1 parent 7dc24f8 commit 417ec55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions futures-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
)
))]

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

use proc_macro::TokenStream;

mod executor;
Expand Down

0 comments on commit 417ec55

Please sign in to comment.