Skip to content

Commit 3f8ca2c

Browse files
committed
fixes
1 parent 2e2937e commit 3f8ca2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-sdk/src/runtime.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pub trait Runtime: Clone + Send + Sync + 'static {
4444

4545
/// Uses the given runtime to produce an interval stream.
4646
#[cfg(feature = "experimental_async_runtime")]
47+
#[allow(dead_code)]
4748
pub(crate) fn to_interval_stream<T: Runtime>(
4849
runtime: T,
4950
interval: Duration,

0 commit comments

Comments
 (0)