aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-03 00:18:35 +0200
committerTill Hoeppner2015-04-03 00:18:35 +0200
commit9826d256eec94144469e27c159e0ec4642b2fda6 (patch)
tree16d751b4dfea1c336747a3a2a63936e8881f0b3e /src/lib.rs
parent522ba8bdc2d63c6503324baf3eacdaa0630f4673 (diff)
downloadilc-9826d256eec94144469e27c159e0ec4642b2fda6.tar.gz
ilc-9826d256eec94144469e27c159e0ec4642b2fda6.tar.xz
ilc-9826d256eec94144469e27c159e0ec4642b2fda6.zip
More event types
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1cceb27..ac89c95 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![feature(plugin, slice_patterns, convert, core)]
+#![feature(plugin, str_char, slice_patterns, convert, core)]
#![plugin(regex_macros)]
extern crate regex;
extern crate chrono;