diff --git a/crates/arti-client/examples/hyper.rs b/crates/arti-client/examples/hyper.rs index 8f33601ea..c548503b8 100644 --- a/crates/arti-client/examples/hyper.rs +++ b/crates/arti-client/examples/hyper.rs @@ -93,6 +93,7 @@ fn uri_to_host_port(uri: Uri) -> Result<(String, u16)> { impl Service for ArtiHttpConnector { type Response = ArtiHttpConnection; type Error = anyhow::Error; + #[allow(clippy::type_complexity)] type Future = Pin> + Send>>; fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll> {