Skip to content

Commit

Permalink
Fix invalid_value returning an Error with no info
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaemoness committed Aug 14, 2021
1 parent 203613d commit f411a65
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 f411a65

Please sign in to comment.