2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-19 13:31:29 +00:00

fix nostd

This commit is contained in:
dignifiedquire 2020-06-03 18:43:19 +02:00
parent 52c72426c1
commit 8943ba82dd

View file

@ -90,6 +90,7 @@ mod timer {
} }
} }
#[cfg(any(feature = "unstable", feature = "default"))]
pub(crate) use timer::*; pub(crate) use timer::*;
/// Defers evaluation of a block of code until the end of the scope. /// Defers evaluation of a block of code until the end of the scope.