Commit 1b274a95 authored by Marvin Loebel's avatar Marvin Loebel
Browse files

fix a clippy warning

parent 71b6e3f8
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(())
        }