From 3302d261744c12001ec2cd980fffd32a829185aa Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 16 Jan 2017 18:46:49 +0900 Subject: Update regex and drop proc_macro feature, its stable --- validator_derive/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'validator_derive/src') diff --git a/validator_derive/src/lib.rs b/validator_derive/src/lib.rs index cdc244d..eaf82e1 100644 --- a/validator_derive/src/lib.rs +++ b/validator_derive/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(proc_macro, proc_macro_lib)] #![recursion_limit = "128"] -- cgit v1.2.3