aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0875618..a4da317 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,9 @@
-#![feature(plugin, collections, custom_derive, slice_patterns)]
+#![feature(plugin, custom_derive, slice_patterns)]
#![plugin(regex_macros)]
+#![deny(warnings)]
+#![allow(unused_imports)]
+
extern crate regex;
#[macro_use]
extern crate log;