Skip to content

Commit 1ebdb73

Browse files
committed
Opps, fix incorrect call
1 parent 0ccd883 commit 1ebdb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ impl error::Error for CliError {
11371137
// implementations.
11381138
match *self {
11391139
CliError::Io(ref err) => err.description(),
1140-
CliError::Parse(ref err) => err.description(err),
1140+
CliError::Parse(ref err) => err.description(),
11411141
}
11421142
}
11431143

0 commit comments

Comments
 (0)