Commit 09b21b70 authored by Steven Fackler's avatar Steven Fackler
Browse files

even more clippy

parent 3c54ed1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ cfg_if! {
        #[allow(bad_style)]
        unsafe fn BIO_set_num(_bio: *mut ffi::BIO, _num: c_int) {}

        #[allow(bad_style)]
        #[allow(bad_style, clippy::upper_case_acronyms)]
        struct BIO_METHOD(*mut ffi::BIO_METHOD);

        impl BIO_METHOD {
@@ -228,7 +228,7 @@ cfg_if! {
            }
        }
    } else {
        #[allow(bad_style)]
        #[allow(bad_style, clippy::upper_case_acronyms)]
        struct BIO_METHOD(*mut ffi::BIO_METHOD);

        impl BIO_METHOD {