From 78f3d11e76b5f63c47a453daa679956f1507af43 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 11 Apr 2024 14:30:07 +0200 Subject: [PATCH] Apply suggestions from code review Oh, of course! I had the change locally and just transcribed it to the GitHub editor... but not 100% accurately :-D Co-authored-by: Ted Driggs --- tests/flatten.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flatten.rs b/tests/flatten.rs index e89ce65..d7c533c 100644 --- a/tests/flatten.rs +++ b/tests/flatten.rs @@ -165,7 +165,7 @@ fn do_not_suggest_invalid_alts() { } #[test] -#[cfg(features = "suggestions")] +#[cfg(feature = "suggestions")] fn suggest_valid_parent_alts() { let errors = Outer::from_derive_input(&parse_quote! { #[v(first = "Hello", bladt = false, last = "World", parent(first = "Hi", last = "Earth"))]