fixup! clippy suggestion

This commit is contained in:
Connor Peet 2022-11-10 09:30:50 -08:00
parent d31573550f
commit 446be2cd8b
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

View file

@ -137,6 +137,12 @@ impl ReqwestSimpleHttp {
}
}
impl Default for ReqwestSimpleHttp {
fn default() -> Self {
Self::new()
}
}
#[async_trait]
impl SimpleHttp for ReqwestSimpleHttp {
async fn make_request(