From a02f3c09482807220c5642b0e03d8f2d8aea243a Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Wed, 1 Apr 2015 23:29:45 +0200 Subject: Don't match with regex anymore --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0e49d17..1cceb27 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,9 @@ -#![feature(plugin)] +#![feature(plugin, slice_patterns, convert, core)] #![plugin(regex_macros)] extern crate regex; extern crate chrono; +#[macro_use] +extern crate log as l; pub mod log; pub mod format; -- cgit v1.2.3