Loading openssl/src/ssl/bio.rs +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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 { Loading Loading
openssl/src/ssl/bio.rs +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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 { Loading