Skip to content

Commit f7faf80

Browse files
committed
address review
1 parent 1905b50 commit f7faf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/span_processor_with_async_runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ struct BatchSpanProcessorInternal<E, R> {
194194
config: BatchConfig,
195195
}
196196

197-
impl<E: SpanExporter + Send + Sync + 'static, R: RuntimeChannel> BatchSpanProcessorInternal<E, R> {
197+
impl<E: SpanExporter + 'static, R: RuntimeChannel> BatchSpanProcessorInternal<E, R> {
198198
async fn flush(&mut self, res_channel: Option<oneshot::Sender<OTelSdkResult>>) {
199199
let export_result = Self::export(
200200
self.spans.split_off(0),

0 commit comments

Comments
 (0)