aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-30 17:04:30 +0200
committerTill Hoeppner2015-04-30 17:04:30 +0200
commit4a092fd5ecccd1822c33702663701ad63953aa54 (patch)
treecb30ff67b7c0e1458466ca99b14c5874a0d03e4c /src
parent2db203d3c275626c65fb5f0a552ffc6e5a3f4bf8 (diff)
downloadirsc-4a092fd5ecccd1822c33702663701ad63953aa54.tar.gz
irsc-4a092fd5ecccd1822c33702663701ad63953aa54.tar.xz
irsc-4a092fd5ecccd1822c33702663701ad63953aa54.zip
Bump version, although this isn't "final"
Diffstat (limited to 'src')
-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;