xtask: Silence new clippy lint

This commit is contained in:
Jonas Platte 2024-01-10 16:13:32 +01:00
parent 8d9e96ed76
commit 36fec32640

View File

@ -140,6 +140,7 @@ impl HttpClient for Dummy {
type ResponseBody = Vec<u8>;
type Error = ();
#[allow(clippy::diverging_sub_expression)]
async fn send_http_request(
&self,
_req: http::Request<Self::RequestBody>,