From b2d8cce90a50e7e68d425a6c692ce401d63de171 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Sat, 23 Jan 2016 17:18:39 +0100 Subject: Fix compilation, fix dependencies --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 015af7d..e1b2db5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,9 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![feature(plugin, slice_patterns, custom_derive, iter_arith)] -#![plugin(regex_macros)] -extern crate regex; +#![feature(slice_patterns)] extern crate chrono; #[macro_use] extern crate log as l; -- cgit v1.2.3