Be more accurate for reqwest errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2024-02-04 20:51:25 -06:00
parent 7e39acdcb0
commit ed399f1531

View file

@ -87,7 +87,7 @@ pub(crate) enum ErrorKind {
#[error("Couldn't make request")]
Reqwest(#[from] reqwest::Error),
#[error("Couldn't build client")]
#[error("Couldn't make request")]
ReqwestMiddleware(#[from] reqwest_middleware::Error),
#[error("Couldn't parse IRI, {0}")]