clippy fix

This commit is contained in:
0x676e67 2025-05-30 11:00:23 +08:00
parent 6169bcd543
commit 4fd641f79d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ pub use self::cert_compression::CertCompressionAlgorithm;
pub use self::connector::{
ConnectConfiguration, SslAcceptor, SslAcceptorBuilder, SslConnector, SslConnectorBuilder,
};
#[cfg(not(any(feature = "fips", feature = "fips-no-compat")))]
#[cfg(not(feature = "fips"))]
pub use self::ech::SslEchKeysRef;
pub use self::error::{Error, ErrorCode, HandshakeError};