Skip to content

Commit a154ce8

Browse files
committed
Remove unneeded reference
1 parent b67e2b0 commit a154ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ impl BatchLogProcessor {
477477

478478
result = export_with_timeout_sync(
479479
config.max_export_timeout,
480-
&exporter,
480+
exporter,
481481
logs,
482482
&mut last_export_time,
483483
);

0 commit comments

Comments
 (0)