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 afb4197 commit 4954b0dCopy full SHA for 4954b0d
opentelemetry-sdk/src/trace/span_processor.rs
@@ -1129,7 +1129,7 @@ mod tests {
1129
let processor = BatchSpanProcessor::new(exporter, config);
1130
1131
let test_span = create_test_span("test_span");
1132
- processor.on_end(&mut &mut FinishedSpan::new(test_span.clone()));
+ processor.on_end(&mut FinishedSpan::new(test_span.clone()));
1133
1134
// Wait for flush interval to ensure the span is processed
1135
std::thread::sleep(Duration::from_secs(6));
0 commit comments