Skip to content

Commit

Permalink
Merge pull request #2700 from TheDaemoness/patch-1
Browse files Browse the repository at this point in the history
Fix invalid_value returning an Error with no info
  • Loading branch information
pksunkara committed Aug 14, 2021
2 parents 203613d + f411a65 commit c15b894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/errors.rs
Expand Up @@ -640,7 +640,7 @@ impl Error {
Error {
message: c,
kind: ErrorKind::InvalidValue,
info: vec![],
info,
source: None,
}
}
Expand Down

0 comments on commit c15b894

Please sign in to comment.