Merge pull request #339 from jimmycuadra/allow-raw-pointer-derive

Remove raw_pointer_derive lint
This commit is contained in:
Steven Fackler 2016-01-22 10:14:53 -08:00
commit 3640edd17a
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,