xtask: Silence new clippy lint
This commit is contained in:
parent
8d9e96ed76
commit
36fec32640
@ -140,6 +140,7 @@ impl HttpClient for Dummy {
|
|||||||
type ResponseBody = Vec<u8>;
|
type ResponseBody = Vec<u8>;
|
||||||
type Error = ();
|
type Error = ();
|
||||||
|
|
||||||
|
#[allow(clippy::diverging_sub_expression)]
|
||||||
async fn send_http_request(
|
async fn send_http_request(
|
||||||
&self,
|
&self,
|
||||||
_req: http::Request<Self::RequestBody>,
|
_req: http::Request<Self::RequestBody>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user