Skip to content

Commit a3b56f1

Browse files
committed
clippys
1 parent bc831cd commit a3b56f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/periodic_reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ impl<E: PushMetricExporter> PeriodicReaderInner<E> {
409409

410410
// Relying on futures executor to execute async call.
411411
// TODO: Pass timeout to exporter
412-
futures_executor::block_on(self.exporter.export(&rm))
412+
futures_executor::block_on(self.exporter.export(rm))
413413
}
414414

415415
fn force_flush(&self) -> OTelSdkResult {

0 commit comments

Comments
 (0)