From f125853be305688155eddc22257954e698d935e5 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 12 Apr 2020 18:03:19 +0200 Subject: Fix CI --- validator_derive/tests/compile-fail/no_nested_validations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validator_derive') diff --git a/validator_derive/tests/compile-fail/no_nested_validations.rs b/validator_derive/tests/compile-fail/no_nested_validations.rs index 788152d..ec959d9 100644 --- a/validator_derive/tests/compile-fail/no_nested_validations.rs +++ b/validator_derive/tests/compile-fail/no_nested_validations.rs @@ -3,7 +3,7 @@ extern crate validator; use validator::Validate; #[derive(Validate)] -//~^ ERROR: no method named `validate` found for type `Nested` in the current scope [E0599] +//~^ ERROR: no method named `validate` found for struct `Nested` in the current scope [E0599] //~^^ HELP: items from traits can only be used if the trait is implemented and in scope struct Test { #[validate] -- cgit v1.2.3