master
dignifiedquire 5 years ago
parent 8943ba82dd
commit 8389041414

@ -64,7 +64,10 @@ mod timer {
pub type Timer = smol::Timer;
}
#[cfg(any(all(target_arch = "wasm32", feature = "default"), feature = "unstable"))]
#[cfg(any(
all(target_arch = "wasm32", feature = "default"),
all(feature = "unstable", not(feature = "default"))
))]
mod timer {
use std::pin::Pin;
use std::task::Poll;

Loading…
Cancel
Save