From 2c0c641a82de542a0a04779c8a858a0a561e98ca Mon Sep 17 00:00:00 2001 From: Dan Burkert Date: Tue, 3 Feb 2015 21:51:51 -0800 Subject: [PATCH] update for rustc 1.0.0-nightly (f1398d273 2015-01-31 20:21:02 +0000) --- lmdb-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;