Unverified Commit b602f36a authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1417 from mloebel/fix-clippy

Fix a clippy warning
parents 71b6e3f8 1b274a95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -358,6 +358,7 @@ impl DerefMut for SslAcceptorBuilder {

cfg_if! {
    if #[cfg(ossl110)] {
        #[allow(clippy::unnecessary_wraps)]
        fn setup_curves(_: &mut SslContextBuilder) -> Result<(), ErrorStack> {
            Ok(())
        }