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 21, 2024
1 parent aaa5bd5 commit aa71136
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 aa71136

Please sign in to comment.