summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-04-07 14:41:10 -0700
committerCarl Lerche <me@carllerche.com>2015-04-07 14:41:10 -0700
commit58dcbb811dd24b29835cca05aa1513cdc5b1c550 (patch)
treeecabb0ad50091ec8473dc2d13e37fb80fd528785 /src
parent7fb87b5dce4271f29a3cdaed63b28bef9a1abf31 (diff)
downloadnix-58dcbb811dd24b29835cca05aa1513cdc5b1c550.zip
Error on warnings
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 69e3641e..66dd6ac2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,6 +4,7 @@
//! defined in.
#![crate_name = "nix"]
#![allow(non_camel_case_types)]
+#![deny(warnings)]
#[macro_use]
extern crate bitflags;