Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve HttpClientError::Reqwest error message
Previously, both the outer `RequestTokenError::Request` enum variant and the inner `HttpClientError::Reqwest` enum variant printed "Request error"/"request error" as their error messages. This change fixes the redundant inner error message. Resolves #288.
- Loading branch information