forked from mirror/async-std
fix nostd
This commit is contained in:
parent
52c72426c1
commit
8943ba82dd
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ mod timer {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(any(feature = "unstable", feature = "default"))]
|
||||
pub(crate) use timer::*;
|
||||
|
||||
/// Defers evaluation of a block of code until the end of the scope.
|
||||
|
|
Loading…
Reference in a new issue