Skip to content

Commit 446be2c

Browse files
committed
fixup! clippy suggestion
1 parent d315735 commit 446be2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli/src/util/http.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ impl ReqwestSimpleHttp {
137137
}
138138
}
139139

140+
impl Default for ReqwestSimpleHttp {
141+
fn default() -> Self {
142+
Self::new()
143+
}
144+
}
145+
140146
#[async_trait]
141147
impl SimpleHttp for ReqwestSimpleHttp {
142148
async fn make_request(

0 commit comments

Comments
 (0)