mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
macros: remove extern crate proc_macro (#7783)
This commit is contained in:
@@ -12,11 +12,6 @@
|
|||||||
|
|
||||||
//! Macros for use with Tokio
|
//! 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 entry;
|
||||||
mod select;
|
mod select;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user