mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
Merge pull request #2700 from TheDaemoness/patch-1
Fix invalid_value returning an Error with no info
This commit is contained in:
commit
c15b894e80
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ impl Error {
|
|||
Error {
|
||||
message: c,
|
||||
kind: ErrorKind::InvalidValue,
|
||||
info: vec![],
|
||||
info,
|
||||
source: None,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue