Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
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 <ted.driggs@outlook.com>
  • Loading branch information
mgeisler and TedDriggs committed Apr 11, 2024
1 parent ce481a9 commit 78f3d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flatten.rs
Expand Up @@ -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"))]
Expand Down

0 comments on commit 78f3d11

Please sign in to comment.