@@ -17,10 +17,10 @@ use crate::{
17
17
InstrumentationLibrary ,
18
18
} ;
19
19
use opentelemetry_api:: trace:: {
20
- Link , OrderMap , SamplingDecision , SamplingResult , SpanBuilder , SpanContext , SpanId , SpanKind ,
20
+ Link , SamplingDecision , SamplingResult , SpanBuilder , SpanContext , SpanId , SpanKind ,
21
21
TraceContextExt , TraceFlags , TraceId , TraceState ,
22
22
} ;
23
- use opentelemetry_api:: { Context , Key , KeyValue , Value } ;
23
+ use opentelemetry_api:: { Context , Key , KeyValue , OrderMap , Value } ;
24
24
use std:: fmt;
25
25
use std:: sync:: Weak ;
26
26
@@ -276,10 +276,10 @@ mod tests {
276
276
} ;
277
277
use opentelemetry_api:: {
278
278
trace:: {
279
- Link , OrderMap , SamplingDecision , SamplingResult , Span , SpanContext , SpanId , SpanKind ,
279
+ Link , SamplingDecision , SamplingResult , Span , SpanContext , SpanId , SpanKind ,
280
280
TraceContextExt , TraceFlags , TraceId , TraceState , Tracer , TracerProvider ,
281
281
} ,
282
- Context , Key , Value ,
282
+ Context , Key , OrderMap , Value ,
283
283
} ;
284
284
285
285
#[ derive( Clone , Debug ) ]
0 commit comments