diff options
| author | Vincent Prouillet | 2017-01-28 19:04:48 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-28 19:04:48 +0900 |
| commit | 74a83684a0f3dcc8824fe124fa047641ddf2f7bc (patch) | |
| tree | de4a087ad2cd674fdcbc1a83a3e0fd3c3e5dcc30 /validator_derive/tests/compile-fail/schema | |
| parent | 1014ac364725386579ecbd21a520a9d3eb56979e (diff) | |
| download | validator-74a83684a0f3dcc8824fe124fa047641ddf2f7bc.tar.bz2 | |
Update deps
Diffstat (limited to 'validator_derive/tests/compile-fail/schema')
| -rw-r--r-- | validator_derive/tests/compile-fail/schema/missing_function.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/validator_derive/tests/compile-fail/schema/missing_function.rs b/validator_derive/tests/compile-fail/schema/missing_function.rs index cacb328..6991f0d 100644 --- a/validator_derive/tests/compile-fail/schema/missing_function.rs +++ b/validator_derive/tests/compile-fail/schema/missing_function.rs @@ -1,5 +1,3 @@ -#![feature(proc_macro, attr_literals)] - #[macro_use] extern crate validator_derive; extern crate validator; use validator::Validate; |
