Skip to content

Commit 06a2fb8

Browse files
fix export
1 parent 1c1c168 commit 06a2fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/utils.rs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ mod timer {
6464
pub type Timer = smol::Timer;
6565
}
6666

67+
#[cfg(any(feature = "unstable", feature = "default"))]
6768
pub(crate) fn timer_after(dur: std::time::Duration) -> timer::Timer {
6869
#[cfg(not(target_os = "unknown"))]
6970
once_cell::sync::Lazy::force(&crate::rt::RUNTIME);

0 commit comments

Comments
 (0)