Opps, fix incorrect call
This commit is contained in:
parent
0ccd883e7f
commit
1ebdb734aa
1 changed files with 1 additions and 1 deletions
|
@ -1137,7 +1137,7 @@ impl error::Error for CliError {
|
|||
// implementations.
|
||||
match *self {
|
||||
CliError::Io(ref err) => err.description(),
|
||||
CliError::Parse(ref err) => err.description(err),
|
||||
CliError::Parse(ref err) => err.description(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue