Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yassun4dev/serde_valid into replace…
Browse files Browse the repository at this point in the history
…_custom_validation
  • Loading branch information
yassun7010 committed Jun 21, 2024
2 parents bb983b6 + acbd20c commit f950e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serde_valid_derive/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ impl Error {
.chain(MetaListFieldValidation::iter().map(|x| x.name()))
.chain(MetaNameValueFieldValidation::iter().map(|x| x.name()))
.unique()
.sorted()
.collect::<Vec<_>>();

let filterd_candidates =
Expand Down

0 comments on commit f950e70

Please sign in to comment.