Don't export select unless macros is enabled (#2161)

This commit is contained in:
John-John Tedro
2020-01-23 18:40:42 +01:00
committed by GitHub
parent 0545b349e1
commit f8714e9901
+4 -2
View File
@@ -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;