aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-21 13:42:24 +0200
committerTill Hoeppner2015-04-21 13:42:24 +0200
commitc67d6c211918f8b787b862bb580c41224a8d50c7 (patch)
treed432b1a08106fdbd1edaa0ac5ce397ed642aa101 /src/lib.rs
parent1ebf3c02d9c5bd967c1d45e6db343903bbdef777 (diff)
downloadirsc-c67d6c211918f8b787b862bb580c41224a8d50c7.tar.gz
irsc-c67d6c211918f8b787b862bb580c41224a8d50c7.tar.xz
irsc-c67d6c211918f8b787b862bb580c41224a8d50c7.zip
Parse and format PASS, NICK, USER, OPER, PING, PONG, JOIN, PART
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 dd1434e..aed8bc4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![feature(plugin, collections, custom_derive)]
+#![feature(plugin, collections, custom_derive, slice_patterns)]
#![plugin(regex_macros)]
extern crate regex;