bogo_shim: fix new nightly warning

"warning: the item `rustls` is imported redundantly"
This commit is contained in:
Joseph Birr-Pixton 2024-02-27 16:08:25 +00:00 committed by Joe Birr-Pixton
parent a76a8b3ec4
commit dae2b3e0ae
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use rustls::internal::msgs::persist::ServerSessionValue;
use rustls::server::danger::{ClientCertVerified, ClientCertVerifier};
use rustls::server::{ClientHello, ServerConfig, ServerConnection, WebPkiClientVerifier};
use rustls::{
self, client, server, sign, version, AlertDescription, CertificateError, Connection,
client, server, sign, version, AlertDescription, CertificateError, Connection,
DigitallySignedStruct, DistinguishedName, Error, InvalidMessage, NamedGroup, PeerIncompatible,
PeerMisbehaved, ProtocolVersion, RootCertStore, Side, SignatureAlgorithm, SignatureScheme,
SupportedProtocolVersion,