Skip to content

Commit c69260e

Browse files
committed
Suppress another non-camel case type
1 parent 2ac111d commit c69260e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ pub static SSL_BIO_METHOD: bio_method_st = bio_method_st {
278278

279279
// This is a public interface between libcrypto and libssl, but is
280280
// defined in `internal/bio.h`. Hmm.
281+
#[allow(non_camel_case_types)]
281282
#[repr(C)]
282283
#[derive(Debug, Copy, Clone)]
283284
pub struct bio_method_st {

0 commit comments

Comments
 (0)