mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 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]
|
||||
mod ready;
|
||||
|
||||
#[macro_use]
|
||||
mod select;
|
||||
cfg_macros! {
|
||||
#[macro_use]
|
||||
mod select;
|
||||
}
|
||||
|
||||
#[macro_use]
|
||||
mod thread_local;
|
||||
|
||||
Reference in New Issue
Block a user