Skip to content

Commit

Permalink
Fix transport imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed May 21, 2024
1 parent aa71136 commit d50ce89
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tonic/src/transport/service/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ use super::super::BoxFuture;
use super::io::BoxedIo;
#[cfg(feature = "tls")]
use super::tls::TlsConnector;
use http::Uri;
#[cfg(feature = "tls")]
use std::fmt;
use std::task::{Context, Poll};
use tower::make::MakeConnection;
use tower_service::Service;

pub(crate) struct Connector<C> {
inner: C,
Expand Down

0 comments on commit d50ce89

Please sign in to comment.