There was an error while loading. Please reload this page.
1 parent 8943ba8 commit 8389041Copy full SHA for 8389041
src/utils.rs
@@ -64,7 +64,10 @@ mod timer {
64
pub type Timer = smol::Timer;
65
}
66
67
-#[cfg(any(all(target_arch = "wasm32", feature = "default"), feature = "unstable"))]
+#[cfg(any(
68
+ all(target_arch = "wasm32", feature = "default"),
69
+ all(feature = "unstable", not(feature = "default"))
70
+))]
71
mod timer {
72
use std::pin::Pin;
73
use std::task::Poll;
0 commit comments