From c67d6c211918f8b787b862bb580c41224a8d50c7 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 21 Apr 2015 13:42:24 +0200 Subject: Parse and format PASS, NICK, USER, OPER, PING, PONG, JOIN, PART --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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; -- cgit v1.2.3