Remove raw_pointer_derive lint.

This commit is contained in:
Jimmy Cuadra 2016-01-22 04:45:52 -08:00
parent 95a83c477c
commit d30d1aa277
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ pub type bio_info_cb = Option<unsafe extern "C" fn(*mut BIO,
#[repr(C)] #[repr(C)]
#[derive(Copy, Clone)] #[derive(Copy, Clone)]
#[allow(raw_pointer_derive)]
pub struct BIO_METHOD { pub struct BIO_METHOD {
pub type_: c_int, pub type_: c_int,
pub name: *const c_char, pub name: *const c_char,