mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Don't export select unless macros is enabled (#2161)
This commit is contained in:
@@ -13,8 +13,10 @@ mod loom;
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod ready;
|
mod ready;
|
||||||
|
|
||||||
#[macro_use]
|
cfg_macros! {
|
||||||
mod select;
|
#[macro_use]
|
||||||
|
mod select;
|
||||||
|
}
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod thread_local;
|
mod thread_local;
|
||||||
|
|||||||
Reference in New Issue
Block a user