Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp committed Oct 30, 2023
1 parent 1639599 commit 3bf11d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opentelemetry-jaeger/src/exporter/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
feature = "rt-tokio-current-thread"
))]
use crate::exporter::address_family;
#[cfg(any(
feature = "rt-async-std",
feature = "rt-tokio",
feature = "rt-tokio-current-thread"
))]
use async_trait::async_trait;
use opentelemetry_sdk::runtime::RuntimeChannel;
use std::net::ToSocketAddrs;
Expand Down

0 comments on commit 3bf11d5

Please sign in to comment.