summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-25 18:41:57 -0700
committerCarl Lerche <me@carllerche.com>2015-03-25 18:41:57 -0700
commitc252b4d534cb5713a9850ae44c26d07bdeeda5dc (patch)
tree81cf2f4b43144af252d822295ab07020cd0a06b4 /src
parentbf3d7c49396e267b927a1523402435d07472032c (diff)
downloadnix-c252b4d534cb5713a9850ae44c26d07bdeeda5dc.zip
Use libc from crates.io
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 07c2e1b1..d3847fa2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,7 +4,7 @@
//! defined in.
#![crate_name = "nix"]
-#![feature(collections, core, io_ext, linkage, libc, std_misc)]
+#![feature(collections, core, io_ext, linkage, std_misc)]
#![allow(non_camel_case_types)]
#[macro_use]