aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive/tests/run-pass/custom.rs
diff options
context:
space:
mode:
authorVincent Prouillet2017-01-16 20:56:05 +0900
committerVincent Prouillet2017-01-16 20:56:05 +0900
commitade9820f497d678296530bbf13bb4de46253d0fe (patch)
treeab821e4d55e1fd2af4d0ef22e5c2336ba69343cf /validator_derive/tests/run-pass/custom.rs
parent3302d261744c12001ec2cd980fffd32a829185aa (diff)
downloadvalidator-ade9820f497d678296530bbf13bb4de46253d0fe.tar.bz2
Struct level validation
Diffstat (limited to 'validator_derive/tests/run-pass/custom.rs')
-rw-r--r--validator_derive/tests/run-pass/custom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator_derive/tests/run-pass/custom.rs b/validator_derive/tests/run-pass/custom.rs
index 205198e..642b2d2 100644
--- a/validator_derive/tests/run-pass/custom.rs
+++ b/validator_derive/tests/run-pass/custom.rs
@@ -1,4 +1,4 @@
-#![feature(proc_macro, attr_literals)]
+#![feature(attr_literals)]
#[macro_use] extern crate validator_derive;
extern crate validator;