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 2e2937e commit 3f8ca2cCopy full SHA for 3f8ca2c
opentelemetry-sdk/src/runtime.rs
@@ -44,6 +44,7 @@ pub trait Runtime: Clone + Send + Sync + 'static {
44
45
/// Uses the given runtime to produce an interval stream.
46
#[cfg(feature = "experimental_async_runtime")]
47
+#[allow(dead_code)]
48
pub(crate) fn to_interval_stream<T: Runtime>(
49
runtime: T,
50
interval: Duration,
0 commit comments