From 4a092fd5ecccd1822c33702663701ad63953aa54 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Thu, 30 Apr 2015 17:04:30 +0200 Subject: Bump version, although this isn't "final" --- src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3