diff options
| author | Vincent Prouillet | 2017-01-16 20:56:05 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-16 20:56:05 +0900 |
| commit | ade9820f497d678296530bbf13bb4de46253d0fe (patch) | |
| tree | ab821e4d55e1fd2af4d0ef22e5c2336ba69343cf /validator_derive/tests/run-pass/custom.rs | |
| parent | 3302d261744c12001ec2cd980fffd32a829185aa (diff) | |
| download | validator-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.rs | 2 |
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; |
