Allow unstable

without.crypto
Dan Burkert 10 years ago
parent 61035b625e
commit bef05bb613
  1. 2
      lmdb-sys/build.rs
  2. 1
      lmdb-sys/src/lib.rs

@ -1,3 +1,5 @@
#![allow(unstable)]
extern crate "pkg-config" as pkg_config;
extern crate bindgen;
extern crate gcc;

@ -4,6 +4,7 @@
non_camel_case_types,
non_snake_case,
raw_pointer_derive,
unstable,
)]
#![feature(plugin)]

Loading…
Cancel
Save