Skip to content

Commit 8943ba8

Browse files
fix nostd
1 parent 52c7242 commit 8943ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ mod timer {
9090
}
9191
}
9292

93+
#[cfg(any(feature = "unstable", feature = "default"))]
9394
pub(crate) use timer::*;
9495

9596
/// Defers evaluation of a block of code until the end of the scope.

0 commit comments

Comments
 (0)