diff --git a/lmdb-sys/build.rs b/lmdb-sys/build.rs index 5e07fb3..63256fc 100644 --- a/lmdb-sys/build.rs +++ b/lmdb-sys/build.rs @@ -1,4 +1,4 @@ -#![feature(collections, io, os, path)] +#![feature(io, os, path)] extern crate "pkg-config" as pkg_config; extern crate bindgen;