summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-01-09 15:42:44 -0800
committerCarl Lerche <me@carllerche.com>2015-01-09 15:42:44 -0800
commit254393b9817d14016f4a073f8c92cdfd8091a0e2 (patch)
tree554f1187c5130e14ec58b40ea5805c3ca13b297c /src
parent1f99a9321946db0c79a805caa95e7cc2fe310f25 (diff)
downloadnix-254393b9817d14016f4a073f8c92cdfd8091a0e2.zip
Update for Rust 1.0 alpha
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2dc3e671..d47a89ba 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,8 @@
#![crate_name = "nix"]
#![feature(linkage)]
+#![feature(int_uint)]
+#![allow(unstable)]
#![allow(non_camel_case_types)]
extern crate libc;