Skip to content

Commit

Permalink
[fixup] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed May 20, 2024
1 parent 59510f9 commit 5f59197
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tonic/src/transport/service/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ use std::{fmt, sync::Arc};

use tokio::io::{AsyncRead, AsyncWrite};
use tokio_rustls::{
rustls::{
pki_types::{CertificateDer, PrivateKeyDer, ServerName},
server::WebPkiClientVerifier,
ClientConfig, RootCertStore, ServerConfig,
},
rustls::{pki_types::ServerName, ClientConfig, RootCertStore, ServerConfig},
TlsAcceptor as RustlsAcceptor, TlsConnector as RustlsConnector,
};

Expand Down

0 comments on commit 5f59197

Please sign in to comment.