Skip to content

Commit 9a1b2d0

Browse files
committed
remove unwanted marked
1 parent bc4c144 commit 9a1b2d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-sdk/src/metrics/periodic_reader.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ where
5252
///
5353
/// If this option is not used or `interval` is equal to zero, 60 seconds is
5454
/// used as the default.
55-
#[allow(unused)]
5655
pub fn with_interval(mut self, interval: Duration) -> Self {
5756
if !interval.is_zero() {
5857
self.interval = interval;

0 commit comments

Comments
 (0)