We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7242 commit 8943ba8Copy full SHA for 8943ba8
src/utils.rs
@@ -90,6 +90,7 @@ mod timer {
90
}
91
92
93
+#[cfg(any(feature = "unstable", feature = "default"))]
94
pub(crate) use timer::*;
95
96
/// Defers evaluation of a block of code until the end of the scope.
0 commit comments