macros: remove extern crate proc_macro (#7783)

This commit is contained in:
Aaron Chen
2025-12-21 18:42:14 +08:00
committed by GitHub
parent 6403b5370e
commit 08f40652aa
-5
View File
@@ -12,11 +12,6 @@
//! Macros for use with Tokio
// This `extern` is required for older `rustc` versions but newer `rustc`
// versions warn about the unused `extern crate`.
#[allow(unused_extern_crates)]
extern crate proc_macro;
mod entry;
mod select;