Merge pull request #339 from jimmycuadra/allow-raw-pointer-derive
Remove raw_pointer_derive lint
This commit is contained in:
commit
3640edd17a
|
|
@ -48,7 +48,6 @@ pub type bio_info_cb = Option<unsafe extern "C" fn(*mut BIO,
|
|||
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
#[allow(raw_pointer_derive)]
|
||||
pub struct BIO_METHOD {
|
||||
pub type_: c_int,
|
||||
pub name: *const c_char,
|
||||
|
|
|
|||
Loading…
Reference in New Issue