Skip to content

Commit

Permalink
Update reqwest-tracing/src/otel.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb authored Aug 23, 2023
1 parent 586fbe0 commit 7915acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reqwest-tracing/src/otel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ mod test {
async fn make_echo_request_in_otel_context(client: ClientWithMiddleware) -> Response {
static TELEMETRY: OnceLock<()> = OnceLock::new();

#[cfg(not(feature = "opentelemetry_0_20"))]
TELEMETRY.get_or_init(|| {
#[cfg(not(feature = "opentelemetry_0_20"))]
let tracer = opentelemetry::sdk::export::trace::stdout::new_pipeline()
Expand Down

0 comments on commit 7915acf

Please sign in to comment.