diff --git a/lmdb-sys/src/lib.rs b/lmdb-sys/src/lib.rs index 9a24173..4c2fc8f 100644 --- a/lmdb-sys/src/lib.rs +++ b/lmdb-sys/src/lib.rs @@ -1,11 +1,4 @@ -#![allow( - dead_code, - missing_copy_implementations, - non_camel_case_types, - non_snake_case, - raw_pointer_derive, - )] - +#![allow(non_camel_case_types)] #![feature(libc, plugin)] extern crate libc;