reenable lints

without.crypto
Dan Burkert 10 years ago
parent 80d02b8ca0
commit 2752cc644b
  1. 9
      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;

Loading…
Cancel
Save